mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
As of Spring Boot 1.4.0.M3, `SpringBootServletInitializer` has been relocated to the `org.springframework.boot.web.support` package. This commit makes sure to use the new location if a project is generated for Spring Boot `1.4.0.M3` or higher. Closes gh-243