Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv-springboot
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
bsoft
sv-springboot
Commits
e8504622
Commit
e8504622
authored
Nov 01, 2019
by
whl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重新提交页面
parent
53080717
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
bsoft-api/src/main/resources/templates/ind.html
+37
-0
suvalue-boot-demo/suvalue-boot-demo-atomicinteger/suvalue-boot-demo-atomicinteger.iml
+2
-0
No files found.
bsoft-api/src/main/resources/templates/ind.html
0 → 100644
View file @
e8504622
<!DOCTYPE html >
<html
xmlns:th=
"http://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/thymeleaf/layout"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
Ind search
</title>
</head>
<body>
<h1
th:text=
"${indModel.title}"
>
指标查询
</h1>
<form
action=
"./ind/search"
method=
"post"
>
<input
type =
"text"
name=
"filter"
th:value=
"${indModel.filter}"
/>
<input
type=
"submit"
value=
"提交"
>
</form>
<div>
<table
border=
"1"
>
<thead>
<tr>
<td>
编码
</td>
<td>
名称
</td>
<td>
字段名
</td>
</tr>
</thead>
<tbody>
<tr
th:if=
"${indModel.indList.size()} eq 0"
>
<td
colspan=
"2"
>
无数据
</td>
</tr>
<tr
th:each=
"ind : ${indModel.indList}"
>
<td
th:text=
"${ind.code}"
></td>
<td
th:text=
"${ind.name}"
></td>
<td
th:text=
"${ind.fieldName}"
></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
\ No newline at end of file
suvalue-boot-demo/suvalue-boot-demo-atomicinteger/suvalue-boot-demo-atomicinteger.iml
View file @
e8504622
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
<output-test
url=
"file://$MODULE_DIR$/target/test-classes"
/>
<output-test
url=
"file://$MODULE_DIR$/target/test-classes"
/>
<content
url=
"file://$MODULE_DIR$"
>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src/test/java"
isTestSource=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/test/java"
isTestSource=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/resources"
type=
"java-resource"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/target"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/target"
/>
</content>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"inheritedJdk"
/>
...
...
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