Commit 2c199b12 authored by Alessandro Falappa's avatar Alessandro Falappa Committed by Stephane Nicoll

Make optimizedLaunch property name more consistent

See gh-18702
parent 8eecc911
...@@ -60,7 +60,7 @@ public class RunMojo extends AbstractRunMojo { ...@@ -60,7 +60,7 @@ public class RunMojo extends AbstractRunMojo {
* Whether the JVM's launch should be optimized. * Whether the JVM's launch should be optimized.
* @since 2.2.0 * @since 2.2.0
*/ */
@Parameter(property = "optimizedLaunch", defaultValue = "true") @Parameter(property = "spring-boot.run.optimizedLaunch", defaultValue = "true")
private boolean optimizedLaunch; private boolean optimizedLaunch;
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment