Browse Source

Merge pull request #18702 from AlexFalappa

* pr/18702:
  Make optimizedLaunch property name more consistent

Closes gh-18702
pull/18718/head
Stephane Nicoll 6 years ago
parent
commit
6378863771
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RunMojo.java

2
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RunMojo.java

@ -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.
* @since 2.2.0
*/
@Parameter(property = "optimizedLaunch", defaultValue = "true")
@Parameter(property = "spring-boot.run.optimizedLaunch", defaultValue = "true")
private boolean optimizedLaunch;
@Override

Loading…
Cancel
Save