🚧 定时任务.
This commit is contained in:
@@ -10,9 +10,7 @@ spring:
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
database: 0
|
||||
password: lijiahang
|
||||
timeout: 3000
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
|
||||
@@ -20,9 +20,7 @@ spring:
|
||||
redis:
|
||||
host: ${REDIS_HOST:127.0.0.1}
|
||||
port: ${REDIS_PORT:6379}
|
||||
database: 0
|
||||
password: ${REDIS_PASSWORD:Data@123456}
|
||||
timeout: 3000
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
|
||||
@@ -53,6 +53,10 @@ spring:
|
||||
wall:
|
||||
config:
|
||||
multi-statement-allow: true
|
||||
redis:
|
||||
database: 0
|
||||
connect-timeout: 3000
|
||||
timeout: 3000
|
||||
cache:
|
||||
type: REDIS
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user