Skip to content

JVM arguments not working with spring boot 2.0.0 #136

@m-i-c-h-a-l

Description

@m-i-c-h-a-l

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions