Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mrqc-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
demo
mrqc-demo
Commits
e3cefb23
Commit
e3cefb23
authored
Nov 25, 2022
by
欧阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DEMO工程配合Mybatis查询数据版
parent
7b8a2d30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/main/resources/templates/mrqc/lh/demo.html
+12
-0
No files found.
src/main/resources/templates/mrqc/lh/demo.html
0 → 100644
View file @
e3cefb23
<!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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment