视图统一使用远程zheng-ui静态资源视图
This commit is contained in:
parent
4a52900bec
commit
5b373d23da
|
@ -1,16 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns:th="http://www.thymeleaf.org"
|
|
||||||
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8"/>
|
|
||||||
<title></title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1 th:text="${host}">Hello World</h1>
|
|
||||||
<ul th:each="user : ${users}">
|
|
||||||
<li th:text="${user.id}"></li>
|
|
||||||
<li th:text="${user.age}"></li>
|
|
||||||
<li th:text="${user.name}"></li>
|
|
||||||
</ul>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue