问题:
解决:
忽略所有警告或错误
1:<!--suppress ALL-->或者忽略Thymeleaf有关警告或错误
2:<!-- suppress ThymeleafVariablesResolveInspection -->
2:取消这个勾
关闭IDEA对于thymeleaf的数据验证选项
问题:
解决:
忽略所有警告或错误
1:<!--suppress ALL-->或者忽略Thymeleaf有关警告或错误
2:<!-- suppress ThymeleafVariablesResolveInspection -->
2:取消这个勾
关闭IDEA对于thymeleaf的数据验证选项
相关文章: