Commit e3cefb23 by 欧阳

DEMO工程配合Mybatis查询数据版

parent 7b8a2d30
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>测试页面</title>
</head>
<body>
质控DEMO工程启动: <span th:text="${demo}"></span>
<br>
当前登录人账号: <span>[[${sysUserDemo.userLogin}]]</span> ; 姓名: <span>[[${sysUserDemo.userName}]]</span>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment