|
|
@@ -15,6 +15,11 @@ spring:
|
|
|
jackson:
|
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
|
time-zone: GMT+8
|
|
|
+ redis:
|
|
|
+ host: ${SPRING_REDIS_HOST:localhost}
|
|
|
+ port: ${SPRING_REDIS_PORT:6379}
|
|
|
+ password: ${SPRING_REDIS_PASSWORD:}
|
|
|
+ timeout: 5000ms
|
|
|
|
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath*:/mapper/**/*.xml
|