Spring MVC with Thymeleaf. Update static data

前端 未结 1 1001
伪装坚强ぢ
伪装坚强ぢ 2020-12-18 08:15

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

1条回答
  •  死守一世寂寞
    2020-12-18 08:56

    This actually was Thymeleaf issue. I just had to disable caching for templateResolver, which is ON by default.

    
         
         
         
        
    
    

    0 讨论(0)
提交回复
热议问题