I am having some issues using spring loaded with spring mvc. I added the spring loaded jar as a java agent on the server.
Now when I added new methods for instance in my case I added a new method testHomes(), and it gives me with this dialog.
I also checked Build Automatically I am using spring framework 4.2.5.RELEASE.
I checked from the following link SpringLoaded
Unlike 'hot code replace' which only allows simple changes once a JVM is running (e.g. changes to method bodies), Spring Loaded allows you to add/modify/delete methods/fields/constructors. The annotations on types/methods/fields/constructors can also be modified and it is possible to add/remove/change values in enum types.
IS there any way I can make this work ?
Regards,
-noverify
argument to the JVM, but I don't see that in your JVM config. It appears to not be optional. – Selfsame