spring boot 返回 html

来源:互联网 发布:步惊云软件 编辑:程序博客网 时间:2024/05/19 22:02

在application.properties添加如下的内容。

spring.thymeleaf.prefix=classpath:/templates/

spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8

spring.thymeleaf.content-type=text/html