mirror of
https://gitee.com/dcren/initializr.git
synced 2026-03-18 12:59:45 +08:00
This commit introduces a `buildProperties` property on the request that can be used to specify Gradle/Maven build-specific properties as well as an arbitrary number of version overrides. Instead of hard-coding some properties in the templates, these defaults are now inherited from the request itself. Closes gh-259