mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 14:15:53 +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