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
b0908b75
Commit
b0908b75
authored
Dec 19, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消网关的日志拦截
parent
9f030b7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
base-manager/src/main/resources/bootstrap.yml
base-manager/src/main/resources/bootstrap.yml
+1
-6
portal-manager/src/main/resources/bootstrap.yml
portal-manager/src/main/resources/bootstrap.yml
+0
-6
No files found.
base-manager/src/main/resources/bootstrap.yml
View file @
b0908b75
...
@@ -37,12 +37,7 @@ spring:
...
@@ -37,12 +37,7 @@ spring:
group
:
${spring.cloud.nacos.discovery.group}
group
:
${spring.cloud.nacos.discovery.group}
namespace
:
${spring.cloud.nacos.discovery.namespace}
# Nacos 命名空间 dev 的编号
namespace
:
${spring.cloud.nacos.discovery.namespace}
# Nacos 命名空间 dev 的编号
file-extension
:
yaml
file-extension
:
yaml
datasource
:
initial-size
:
10
min-idle
:
10
max-active
:
20
# 配置获取连接等待超时的时间
max-wait
:
60000
druid
:
druid
:
mysql
:
mysql
:
usePingMethod
:
false
usePingMethod
:
false
...
...
portal-manager/src/main/resources/bootstrap.yml
View file @
b0908b75
...
@@ -25,12 +25,6 @@ spring:
...
@@ -25,12 +25,6 @@ spring:
username
:
@
profiles.rabbitmq.username@
username
:
@
profiles.rabbitmq.username@
password
:
@
profiles.rabbitmq.password@
password
:
@
profiles.rabbitmq.password@
virtualHost
:
@
profiles.rabbitmq.virtualhost@
virtualHost
:
@
profiles.rabbitmq.virtualhost@
datasource
:
initial-size
:
5
min-idle
:
5
max-active
:
20
# 配置获取连接等待超时的时间
max-wait
:
60000
cloud
:
cloud
:
nacos
:
nacos
:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
...
...
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