Is there a way to tell springLoaded to watch all classes of a project instead of a single class as shown in the how-to section ?
java -javaagent:<pathTo>/springloaded-{VERSION}.jar -noverify SomeJavaClass
Is there a way to tell springLoaded to watch all classes of a project instead of a single class as shown in the how-to section ?
java -javaagent:<pathTo>/springloaded-{VERSION}.jar -noverify SomeJavaClass
Omit SomeJavaClass. It's that simple
Edit: look up this Using Spring loaded in spring mvc framework