miaosha/target/classes/templates/goods_list.html

11 lines
258 B
HTML
Raw Normal View History

2018-09-15 21:46:13 +08:00
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>商品列表</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p th:text="'hello:'+${user.nickname}" ></p>
</body>
</html>