I have a question regarding the entity validation in the Thymeleaf framework.
When I delete/change an attribute in my entity and this attribute is used in the template, is there a way to validate the attribute when the project is compiled?
So currently, the project compiles correctly and it fails when the page using this attribute is loaded.
Is there a way to configure the project when its compiled? This helps as a lot when we are refactoring some entities.
Thanks in advance, Talat