更新 auth/src/main/resources/application.yml
This commit is contained in:
@@ -8,7 +8,7 @@ spring:
|
|||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://192.168.1.14:3306/test3?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=true
|
url: jdbc:mysql://192.168.1.14:3306/test3?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=true
|
||||||
username: root
|
username: root
|
||||||
password: lingxiao
|
password:
|
||||||
hikari:
|
hikari:
|
||||||
minimum-idle: 3
|
minimum-idle: 3
|
||||||
maximum-pool-size: 10000
|
maximum-pool-size: 10000
|
||||||
@@ -22,7 +22,7 @@ spring:
|
|||||||
port: 6379
|
port: 6379
|
||||||
database: 1
|
database: 1
|
||||||
host: 192.168.1.14
|
host: 192.168.1.14
|
||||||
password: lingxiao
|
password:
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
max-active: 2000
|
max-active: 2000
|
||||||
|
|||||||
Reference in New Issue
Block a user