Commit d2f5311b by huluobin

update

parent 944dbab7
...@@ -7,8 +7,8 @@ spring: ...@@ -7,8 +7,8 @@ spring:
username: root username: root
password: "#7kfnymAM$Y9-Ntf" password: "#7kfnymAM$Y9-Ntf"
hikari: hikari:
minimum-idle: 3 minimum-idle: 100
maximum-pool-size: 10 maximum-pool-size: 1000
max-lifetime: 30000 max-lifetime: 30000
connection-test-query: 'select 1' connection-test-query: 'select 1'
...@@ -22,12 +22,6 @@ spring: ...@@ -22,12 +22,6 @@ spring:
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
http:
encoding:
charset: utf-8
force: true
enabled: true
#mybatis plus 配置 #mybatis plus 配置
......
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