使用Thymeleaf时出现的问题:
An error happened during template parsing (template: "class path resource [templates/test.html]")
解决:
1、要在页面展示VO时,与实体类字段与数据库没有对应,或者getter setter 没有生效;即@Data注解没有生效。
使用Thymeleaf时出现的问题:
An error happened during template parsing (template: "class path resource [templates/test.html]")
解决:
1、要在页面展示VO时,与实体类字段与数据库没有对应,或者getter setter 没有生效;即@Data注解没有生效。