mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
As of Spring Boot 2.0.0.M1, the SpringBootServletInitializer class has been relocated to the support package. This commit fixes the generation of war project as of that version. Closes gh-502