I've started to learn spring framework. Earlier I've used play framework.
Generally, spring is more powerful for me, but one thing bothers me: recompile time.
After changing one single line of code I have to click so many times F5 button on the web page of the project to make spring recompile source.
Is there any way to make it recompile on every change of source I made?
Please give me some of your suggestions. I am using:
- Spring 4
- Spring Tool Suite
- Pivotal tc Server Developer Edition v3.0
Thanks in advance...