Spring development
已回答
I am developing in Spring and finding it very slow to stop the server, make changes to services or entities and then have to restart the server to check how the server responds.
Is there a way to be able to make changes to the entity and service classes without having to stop and restart the server?
The build tool is gradle - I have got some options already enabled (but they dont seem to do what I want)
Build, Execution, Deployment -> Compilier -> Build project automatically
I am running the project in debug mode.
请先登录再写评论。
Hello Bigal Nz. Could you please specify which application server you use?
You mean the http server spring uses? Apache Tomcat.
Thank you for the clarification. Could you please try to set up the Run configuration you use, the On 'Update' action, as described in our documentation?
You mean the http server spring uses? Apache Tomcat.