mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +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