mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
This commit makes sure that application arguments can be provided when optimizing an application at build-time. It uses the same mechanism of the regular run goal, merging the profile property if set. Closes gh-32579