I have a multi-module Maven project for a webapp. Example: where webapp-demo references core. Most jsp and tag files are placed in webapp-demo. However, some are placed in core. For development, I build and deploy this project using Maven as exploded webapp (i.e. the content of the WAR file but uncompressed). This also works fine from IntelliJ. Further, when I
Tag: hotswap
Spring boot and Thymeleaf – Hot swap templates and resources once again
I tried all tips and tricks that I found here and in docs, but still no luck. I have Spring webapp with Thymeleaf. Resources and templates are not reloaded when I call update in IDEA (it says nothing to reload). I can then press ctrl+f5 in a browser like crazy, changes are just not there. Everything is configured in one