mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
If Spring Boot 1.2 or later is used, the generated project uses the new SpringBootApplication annotation as a replacement for what used to be configured by Configuration, ComponentScan and EnableAutoConfiguration. Also add an infrastructure to parse and compare versions. Closes gh-46