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
c577bbe0
Commit
c577bbe0
authored
Dec 19, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改线程初始化数量
parent
6830db78
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
device-manager/pom.xml
device-manager/pom.xml
+1
-1
device-manager/src/main/resources/bootstrap.yml
device-manager/src/main/resources/bootstrap.yml
+0
-5
No files found.
device-manager/pom.xml
View file @
c577bbe0
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
<profiles.server.port>
18222
</profiles.server.port>
<profiles.server.port>
18222
</profiles.server.port>
<profiles.platform.type>
cloud
</profiles.platform.type>
<profiles.platform.type>
cloud
</profiles.platform.type>
<profiles.datasource.uri>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://172.15.28.12
1
:3306/device-platform?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<![CDATA[jdbc:mysql://172.15.28.12
2
:3306/device-platform?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<profiles.datasource.username>
root
</profiles.datasource.username>
<profiles.datasource.username>
root
</profiles.datasource.username>
<profiles.datasource.password>
xhx@2022
</profiles.datasource.password>
<profiles.datasource.password>
xhx@2022
</profiles.datasource.password>
<profiles.redis.uri>
172.15.28.120
</profiles.redis.uri>
<profiles.redis.uri>
172.15.28.120
</profiles.redis.uri>
...
...
device-manager/src/main/resources/bootstrap.yml
View file @
c577bbe0
...
@@ -70,11 +70,6 @@ spring:
...
@@ -70,11 +70,6 @@ spring:
url
:
@
profiles.datasource.uri@
url
:
@
profiles.datasource.uri@
username
:
@
profiles.datasource.username@
username
:
@
profiles.datasource.username@
password
:
@
profiles.datasource.password@
password
:
@
profiles.datasource.password@
initial-size
:
10
min-idle
:
10
max-active
:
20
# 配置获取连接等待超时的时间
max-wait
:
60000
# 连接池
# 连接池
# hikari:
# hikari:
# #连接池名
# #连接池名
...
...
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