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 controller.
Even JRebel doesn't helps. It updates java classes great, but does nothing with view.
What should I do to solve this issue? Maybe for html I need some listener mechanism like Jasper for JSP, or maybe I should disable some cache for Spring controller?..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…