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
Please sign in to leave a comment.
Try our hot swap feature: https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html
Thanks but how it is working for maven project ? i dont find the parameters that are in the docs :
