Just for my learning...
Settings for use in Intellij Idea
- Check "Delegate IDE build/run actions to gradle"
- Use explodedWar task for building exploded war
- Add Tomcat
- Add exploded artifact
- Remove all "before launch: build" and add explodedWar task
- On frame deactivation: Update classses and resources
Note that the out
folder generated in Idea is just for making the resources able to hot-swapped.