chbaranowski / simpleweb-springboot

Simple web application build with spring boot.
10 stars 12 forks source link

How to add jvm parameters #1

Open ilopmar opened 9 years ago

ilopmar commented 9 years ago

In the documentation you say:

Enable hot reloading of Java classes and spring context by adding the following VM parameters

But where and how I add all these parameters. Could you please post an updated build.gradle file with all the configuration needed to enable the hot reloading?

Regars, Iván.

chbaranowski commented 9 years ago

The parameters can be added in the IDE for example in Eclipse when you start the main method.