Get SpringLoaded to watch all classes of a project

150 Views Asked by At

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
1

There are 1 best solutions below

2
AudioBubble On

Omit SomeJavaClass. It's that simple

Edit: look up this Using Spring loaded in spring mvc framework