How to compile jar/artifact and dynamically load it without stoping the spring boot server in debug mode ( maven project)

Answered

hello all
i have spring boot server which build from diffrents modules , now starting the server takes allot of time .
Currently when im doing change i need to stop the server , cd to the module directory run : mvn clean install 
And then in the IDE pressing the debug button to start the server so it will reload the new compiled module . 
My question is is there any way to compile and load the module without stoping the server from within the IDE ?
Thanks 

0
2 comments

Thanks but how it is working for maven project ? i dont find the parameters that are in the docs :

0

Please sign in to leave a comment.