Make optimizedLaunch property name more consistent

See gh-18702
This commit is contained in:
Alessandro Falappa 2019-10-23 11:00:26 +02:00 committed by Stephane Nicoll
parent 8eecc911fb
commit 2c199b1296
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class RunMojo extends AbstractRunMojo {
* Whether the JVM's launch should be optimized.
* @since 2.2.0
*/
@Parameter(property = "optimizedLaunch", defaultValue = "true")
@Parameter(property = "spring-boot.run.optimizedLaunch", defaultValue = "true")
private boolean optimizedLaunch;
@Override