'Looking for Spring MVC auto build and auto deploy on any change in JSP, js or JAVA files
I have a web project on Spring MVC + Maven + Jboss. Whenever I do some changes in controller or view I need to rebuild and redeploy the project which is very time-consuming.
e.g => If I just want to change the padding or margin and for changes to be implemented I need to rebuild and redeploy the project
How can I get rid of this?
Solution 1:[1]
Try to use: Spring devtools or JRebel
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Miguel Angel |
