配置文件
This commit is contained in:
@@ -2,9 +2,20 @@ spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/love-nav
|
||||
username: root
|
||||
password: 1611
|
||||
password: Cheng123...
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
password: Cheng123...
|
||||
database: 0
|
||||
lettuce:
|
||||
pool:
|
||||
max-idle: 200
|
||||
max-active: 1024
|
||||
min-idle: 0
|
||||
max-wait: -1
|
||||
timeout: 10000
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user