springboot集成themeleaf报Namespace 'th' is not bound

<!DOCTYPE html>
<!--解决th报错 -->
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
<head lang="en">
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<h1 th:text="${name}">Hello World</h1>
</body>
</html>
posted @ 2019-04-23 10:56  MisMe  阅读(2086)  评论(0)    收藏  举报