Commit 63788637 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #18702 from AlexFalappa

* pr/18702:
  Make optimizedLaunch property name more consistent

Closes gh-18702
parents 8eecc911 2c199b12
......@@ -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
......
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