Skip to content

Commit 2c199b1

Browse files
AlexFalappasnicoll
authored andcommitted
Make optimizedLaunch property name more consistent
See gh-18702
1 parent 8eecc91 commit 2c199b1

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class RunMojo extends AbstractRunMojo {
6060
* Whether the JVM's launch should be optimized.
6161
* @since 2.2.0
6262
*/
63-
@Parameter(property = "optimizedLaunch", defaultValue = "true")
63+
@Parameter(property = "spring-boot.run.optimizedLaunch", defaultValue = "true")
6464
private boolean optimizedLaunch;
6565

6666
@Override

0 commit comments

Comments
 (0)