我正在使用Maven、Spring 4、Angularjs和Thymeleaf构建一个and应用程序。我创建了一些Thymeleaf模板(在直接模板/片段中)。我已经附上了我的eclipse项目的截图。
我面临的问题是引用库和css文件,在firebug上找不到404。
HTML (index.html)
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-4.dtd">
<html xmlns="http://www.w3.org
SpringBoot1.3.5通过尝试在script标记中传递HTML,从而与SpringBoot1.3.5进行了斗争,它依赖于旧的Thymeleaf 2.x系列:
<script type="text/template" id="catTmpl">
<![CDATA[
<b><%=name%></b>
]]>
</script>
这导致了错误:
org.xml.sax.SAXParseException: The content of elements must consist