chore: redis 地址修改
This commit is contained in:
@@ -16,7 +16,7 @@ spring:
|
||||
data:
|
||||
redis:
|
||||
database: 0
|
||||
host: localhost
|
||||
host: www.youlai.tech
|
||||
port: 6379
|
||||
# 如果Redis 服务未设置密码,需要将password删掉或注释,而不是设置为空字符串
|
||||
password: 123456
|
||||
@@ -151,9 +151,9 @@ springdoc:
|
||||
paths-to-match: "/**"
|
||||
packages-to-scan:
|
||||
- com.youlai.boot.system.controller
|
||||
- com.youlai.boot.module.auth.controller
|
||||
- com.youlai.boot.module.file.controller
|
||||
- com.youlai.boot.module.codegen.controller
|
||||
- com.youlai.boot.shared.auth.controller
|
||||
- com.youlai.boot.shared.file.controller
|
||||
- com.youlai.boot.shared.codegen.controller
|
||||
default-flat-param-object: true
|
||||
|
||||
# knife4j 接口文档配置
|
||||
|
||||
Reference in New Issue
Block a user