At this moment adding a property in jvm arguments generates this line:
run.jvmArguments=-Xdebug
This is valid for spring boot version < 2.0.0, for 2.0.0 it must be
spring-boot.run.jvmArguments=-Xdebug
I think there are more properties which needs this "spring-boot" prefix in 2.0.0.
At this moment adding a property in jvm arguments generates this line:
run.jvmArguments=-Xdebug
This is valid for spring boot version < 2.0.0, for 2.0.0 it must be
spring-boot.run.jvmArguments=-Xdebug
I think there are more properties which needs this "spring-boot" prefix in 2.0.0.