Thymeleaf views from database in Spring Boot
In this post, We will learn how to load thymeleaf views from the database without restarting the spring boot application. Problems with thymeleaf view files You have seen how to load thymeleaf templates for views or HTML emails. The problem with thymeleaf views is that you need to make a new build when you make…