0
votes

I am trying to configure the Spring boot run Configuration in Intellij Ultimate Edition 15.0.4. Done the following.

  • Click + to create a new Spring boot configuration
  • Added Main Class, VM Options, JRE and environment variables.

I couldn't able to find Enable Launch Optimization and Enable JMX agent under Spring Boot Settings? Can anyone please suggest

1

1 Answers

1
votes

Perhaps that feature was added in a later version? your version is almost 3 years old. Though this Intellij documentation page shows the VM flags those options add, so if those options are missing because they were added in a later version you may add those flags to your configuration manually.