hospital-manage显示问题解决
解决思路最终效果
hospital-manage显示问题解决// 错误信息 |ERROR |http-nio-9998-exec-5 |TemplateEngine.java:1136 |org.thymeleaf.TemplateEngine |[THYMELEAF][http-nio-9998-exec-5] Exception processing template "hospitalSet/index": An error happened during template parsing (template: "class path resource [templates/hospitalSet/index.html]") org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/hospitalSet/index.html]")解决思路
报thymeleaf没有找到属性值
查看日志发现,没有查到数据
所以插入一条数据即可
其他步骤,修改两个地方



