摘要:
1.出现的原因:我把引路径的设置换成了引国际化配置信息的表达式,导致路径错误 <form class="form-signin" action="dashboard.html" th:action="#{/user/login}" method="post" > </form> 2,前后端接收参数不 阅读全文
摘要:
1.原因 在使用springboot的过程中,如果使用thymeleaf作为模板文件,则要求HTML格式必须为严格的html5格式,必须有结束标签,否则会报错 2.解决方式 在application.yml中添加以下配置: spring.thymeleaf.content-type: text/ht 阅读全文