thymeleaf解析失败,出错

maven:

   <resources>
        <!--将resources目录下的配置文件编译进classes文件  -->
        <resource>
            <directory>src/main/resources</directory>
        </resource>
    </resources>
</build>

yml配置:

spring.thymeleaf.content-type=text/html 
spring.thymeleaf.cache=false 
spring.thymeleaf.mode =LEGACYHTML5

猜你喜欢

转载自blog.csdn.net/qq_38567039/article/details/89512523