mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
This commit enhances the default launch script to allow the default values for LOG_FOLDER and PID_FOLDER to be set at build time. They can now be set using the logFolder and pidFolder properties respectively. Closes gh-4787