Commit 29cb5f62 authored by 赵啸非's avatar 赵啸非

修改线程初始化数量

parent 12367d51
......@@ -140,7 +140,7 @@
<profiles.server.port>18222</profiles.server.port>
<profiles.platform.type>cloud</profiles.platform.type>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://172.15.28.121:3306/device-platform?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri>
<![CDATA[jdbc:mysql://172.15.28.121: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.password>xhx@2022</profiles.datasource.password>
<profiles.redis.uri>172.15.28.120</profiles.redis.uri>
......
......@@ -75,8 +75,6 @@ spring:
# max-active: 20
# # 配置获取连接等待超时的时间
# max-wait: 60000
# test-on-borrow: true
# test-while-idle: true
# 连接池
hikari:
#连接池名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment