I\'m using Spring MVC with Thymeleaf and Tomcat and I want to be able update static data (html pages) without redeploy. In my application html is mapping by Spring controlle
This actually was Thymeleaf issue. I just had to disable caching for templateResolver, which is ON by default.