mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-17 17:41:31 +08:00
This commit simplifies project generation by only checking for supported Spring Boot version (i.e. 1.5 and later) and therefore removing any logic that is specified to a non supported version. Concretely, initializr is no longer able to generate a project for a Spring Boot version prior to 1.5 Closes gh-763