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
70fb6541
Commit
70fb6541
authored
Dec 22, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消网关的日志拦截
parent
b0908b75
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
4 deletions
+8
-4
base-manager/pom.xml
base-manager/pom.xml
+1
-1
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
.../java/com/mortals/httpclient/base/BaseAreaController.http
+1
-1
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+4
-0
portal-manager/pom.xml
portal-manager/pom.xml
+1
-1
smart-gateway/pom.xml
smart-gateway/pom.xml
+1
-1
No files found.
base-manager/pom.xml
View file @
70fb6541
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<profiles.active>
yibin
</profiles.active>
<profiles.active>
yibin
</profiles.active>
<profiles.server.port>
17211
</profiles.server.port>
<profiles.server.port>
17211
</profiles.server.port>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.rabbitmq.host>
172.15.28.11
5
</profiles.rabbitmq.host>
<profiles.rabbitmq.host>
172.15.28.11
7
</profiles.rabbitmq.host>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
...
...
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
View file @
70fb6541
...
@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
...
@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json
Content-Type: application/json
{
{
"areaCode": "513
423
000000"
"areaCode": "513
232
000000"
}
}
...
...
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
70fb6541
...
@@ -29,6 +29,10 @@
...
@@ -29,6 +29,10 @@
"base-yibin-web"
:
{
"base-yibin-web"
:
{
"baseUrl"
:
"http://112.19.80.237:11078/base"
"baseUrl"
:
"http://112.19.80.237:11078/base"
},
},
"base-reg-web"
:
{
"baseUrl"
:
"http://8.136.255.30:1129/base"
},
"base-yibin-web-https"
:
{
"base-yibin-web-https"
:
{
"baseUrl"
:
"https://ybswxxcx.zwfwhfgjjfzj.yibin.gov.cn/base"
"baseUrl"
:
"https://ybswxxcx.zwfwhfgjjfzj.yibin.gov.cn/base"
},
},
...
...
portal-manager/pom.xml
View file @
70fb6541
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<profiles.server.port>
17212
</profiles.server.port>
<profiles.server.port>
17212
</profiles.server.port>
<profiles.server.path>
/zwfw
</profiles.server.path>
<profiles.server.path>
/zwfw
</profiles.server.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.rabbitmq.host>
172.15.28.11
5
</profiles.rabbitmq.host>
<profiles.rabbitmq.host>
172.15.28.11
7
</profiles.rabbitmq.host>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
...
...
smart-gateway/pom.xml
View file @
70fb6541
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<profiles.server.ip>
192.168.2.144
</profiles.server.ip>
<profiles.server.ip>
192.168.2.144
</profiles.server.ip>
<profiles.server.port>
17214
</profiles.server.port>
<profiles.server.port>
17214
</profiles.server.port>
<profiles.nginx.port>
11078
</profiles.nginx.port>
<profiles.nginx.port>
11078
</profiles.nginx.port>
<profiles.rabbitmq.host>
172.15.28.11
5
</profiles.rabbitmq.host>
<profiles.rabbitmq.host>
172.15.28.11
7
</profiles.rabbitmq.host>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
...
...
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