码迷,mamicode.com
首页 > Web开发 > 详细

Cannot perform conversion to XML from legacy HTML:

时间:2019-01-18 18:27:05      阅读:608      评论:0      收藏:0      [点我收藏+]

标签:html5   use   mave   roc   templates   错误信息   maven   net   html   

错误信息:Cannot perform conversion to XML from legacy HTML: The nekoHTML library is not in classpath. nekoHTML 1.9.15 or newer is required for processing templates in “LEGACYHTML5” mode [http://nekohtml.sourceforge.net]. Maven spec: “net.sourceforge.nekohtml::nekohtml::1.9.15”. IMPORTANT: DO NOT use versions of nekoHTML older than 1.9.15.
1、在application.properties中增加
spring.thymeleaf.content-type=text/html
spring.thymeleaf.cache=false
spring.thymeleaf.mode =LEGACYHTML5
2、添加依赖

<dependency>

<groupId>net.sourceforge.nekohtml</groupId>

<artifactId>nekohtml</artifactId>

<version>1.9.22</version>
</dependency>
问题解决,关键是第2步添加依赖,因为第一步在使用thymeleaf时都会进行相关的配置。

Cannot perform conversion to XML from legacy HTML:

标签:html5   use   mave   roc   templates   错误信息   maven   net   html   

原文地址:https://www.cnblogs.com/ming-blogs/p/10288914.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!