Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
9a78abf7
Commit
9a78abf7
authored
Jan 29, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加站点主题事项
parent
9527a26f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
base-manager/pom.xml
base-manager/pom.xml
+2
-2
base-manager/src/test/java/com/mortals/httpclient/app/AppController.http
...c/test/java/com/mortals/httpclient/app/AppController.http
+0
-2
portal-manager/pom.xml
portal-manager/pom.xml
+2
-2
No files found.
base-manager/pom.xml
View file @
9a78abf7
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.level>
INFO
</profiles.log.level>
<profiles.log.level>
INFO
</profiles.log.level>
<package.environment>
test
</package.environment>
<package.environment>
test
</package.environment>
<skipDeploy>
fals
e
</skipDeploy>
<skipDeploy>
tru
e
</skipDeploy>
</properties>
</properties>
</profile>
</profile>
<profile>
<profile>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.level>
INFO
</profiles.log.level>
<profiles.log.level>
INFO
</profiles.log.level>
<package.environment>
build
</package.environment>
<package.environment>
build
</package.environment>
<skipDeploy>
fals
e
</skipDeploy>
<skipDeploy>
tru
e
</skipDeploy>
</properties>
</properties>
</profile>
</profile>
...
...
base-manager/src/test/java/com/mortals/httpclient/app/AppController.http
View file @
9a78abf7
...
@@ -15,11 +15,9 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
...
@@ -15,11 +15,9 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###自助终端应用列表
###自助终端应用列表
POST {{baseUrl}}/app/list
POST {{baseUrl}}/app/list
Authorization: {{authToken}}
Content-Type: application/json
Content-Type: application/json
{
{
"idList":[19,22,20],
"page":1,
"page":1,
"size":-1
"size":-1
}
}
...
...
portal-manager/pom.xml
View file @
9a78abf7
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<profiles.log.level>
INFO
</profiles.log.level>
<profiles.log.level>
INFO
</profiles.log.level>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<package.environment>
test
</package.environment>
<package.environment>
test
</package.environment>
<skipUi>
fals
e
</skipUi>
<skipUi>
tru
e
</skipUi>
</properties>
</properties>
</profile>
</profile>
<profile>
<profile>
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
<profiles.log.level>
INFO
</profiles.log.level>
<profiles.log.level>
INFO
</profiles.log.level>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<package.environment>
yibin
</package.environment>
<package.environment>
yibin
</package.environment>
<skipUi>
fals
e
</skipUi>
<skipUi>
tru
e
</skipUi>
</properties>
</properties>
</profile>
</profile>
...
...
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