Using Spring loaded in spring mvc framework
问题 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. Below is my config 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