I recently got into a problem with STS. It redeploy's my application on all kind of changes (JSP, CSS, JS). It was only triggered on Java changes before I upgraded it to 3.4.0.
What I tried are the following:
- Enable/Disable JMX-Reloading
- Tried both "Automatically publish when resource change" and "Automatically publish after a build event"
- I turned ON/OFF "Auto reloading" for the web module.
But I can only get it to not publish at all or publish on everything.
This slow's down my development process.
How do I get my Spring application to only redeploy on Java changes?
Edit: If I turn off "Auto reloading" my JSP does not even refresh on change. This is very frustrating