mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
The maven plugin now forks a new process when it starts a boot app. This makes remote debugging of the app impossible without the ability to pass extra JVM arguments. This commit adds a "jvmArguments" attribute to the RunMojo that defines additional JVM arguments to set on the forked process. Fixes gh-848