Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-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
赵啸非
device-new-platform
Commits
275e2f9c
Commit
275e2f9c
authored
Dec 15, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整pom文件
parent
87b2cd3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
device-manager/src/main/resources/bootstrap.yml
device-manager/src/main/resources/bootstrap.yml
+35
-0
No files found.
device-manager/src/main/resources/bootstrap.yml
View file @
275e2f9c
...
...
@@ -20,6 +20,22 @@ spring:
default-property-inclusion
:
NON_NULL
# time-zone: GMT+8
# date-format: yyyy-MM-dd HH:mm:ss
redis
:
host
:
@
profiles.redis.uri@
port
:
@
profiles.redis.port@
username
:
@
profiles.redis.username@
password
:
@
profiles.redis.password@
database
:
@
profiles.redis.database@
timeout
:
30000
lettuce
:
pool
:
max-idle
:
50
min-idle
:
20
max-active
:
100
max-wait
:
5000
# sentinel:
# master: mymaster
# nodes: @profiles.redis.sentinel@
cloud
:
loadbalancer
:
ribbon
:
...
...
@@ -35,9 +51,28 @@ spring:
group
:
${spring.cloud.nacos.discovery.group}
namespace
:
${spring.cloud.nacos.discovery.namespace}
# Nacos 命名空间 dev 的编号
file-extension
:
yaml
rabbitmq
:
host
:
@
profiles.rabbitmq.host@
port
:
@
profiles.rabbitmq.port@
username
:
@
profiles.rabbitmq.username@
password
:
@
profiles.rabbitmq.password@
exchange-name
:
@
profiles.rabbitmq.exchange@
virtual-host
:
@
profiles.rabbitmq.virtualhost@
publisher-returns
:
true
publisher-confirm-type
:
correlated
dao
:
exceptiontranslation
:
enabled
:
false
datasource
:
druid
:
connect-timeout
:
30000
socket-timeout
:
60000
type
:
com.alibaba.druid.pool.DruidDataSource
#driver-class-name: com.p6spy.engine.spy.P6SpyDriver
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
@
profiles.datasource.uri@
username
:
@
profiles.datasource.username@
password
:
@
profiles.datasource.password@
mybatis
:
root-path
:
com.mortals
...
...
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