更新 auth/src/main/resources/application.yml
This commit is contained in:
@@ -8,7 +8,7 @@ spring:
|
||||
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
|
||||
username: root
|
||||
password: lingxiao
|
||||
password:
|
||||
hikari:
|
||||
minimum-idle: 3
|
||||
maximum-pool-size: 10000
|
||||
@@ -22,7 +22,7 @@ spring:
|
||||
port: 6379
|
||||
database: 1
|
||||
host: 192.168.1.14
|
||||
password: lingxiao
|
||||
password:
|
||||
lettuce:
|
||||
pool:
|
||||
max-active: 2000
|
||||
|
||||
Reference in New Issue
Block a user