mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-08 02:14:55 +08:00
Spring Boot `1.4.0.M2` brings a new test infrastructure with nice defaults and deprecates `SpringBootConfiguration` in the process. This commits automatically upgrades generated project to this new infrastructure if Spring Boot `1.4.0.M2` or later is available. Closes gh-215