8000 GitHub - yangseal/Spring-Boot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yangseal/Spring-Boot

Repository files navigation

Spring-Boot 和 thymeleaf 的练习

thymeleaf中避免对HTML5语法的严格检查具体做法:

在springboot 的applications.yml中添加spring.thymeleaf.mode属性## spring.thymeleaf.mode=LEGACYHTML5

在Maven配置的pom.xml文件中添加依赖包

<dependency>
			<groupId>net.sourceforge.nekohtml</groupId>
			<artifactId>nekohtml</artifactId>
			<version>1.9.22</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0