org.thymeleaf.exceptions.TemplateInputException: Exception parsing document: template="home", line 29 - column 48] with root cause
org.xml.sax.SAXParseException: 元素内容必须由格式正确的字符数据或标记组成。
。。。。。。。。。
今天报了这个错误,非常不理解,最后试着将一个包:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
删掉之后,因为模板技术:velocity/freemarker/jsp这个,只需要其中之一就行了,如果导了两种包,就会出现冲突导致解析错误