mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 22:25:51 +08:00
This commit adds the '/spring' endpoint that is used to download the Spring CLI distribution bundle. Instead of relying on the presence of a local 'spring.zip' file uploaded as part of the application, a redirect to a configurable repository is used. It is possible to download both the zip and the tar.gz distribution by specifying the extension in the url (i.e. /spring.tar.gz provides the tar.gz distribution. Fixes gh-31