Skip to content

Commit

Permalink
chore: 优化配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Jun 3, 2024
1 parent c38bdf8 commit 5b3d4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spring.data:
host: ${REDIS_HOST:127.0.0.1}
# 端口(默认 6379)
port: ${REDIS_PORT:6379}
# 密码(未设置密码时可为空或注释掉
# 密码(未设置密码时请注释掉
password: ${REDIS_PWD:123456}
# 数据库索引
database: ${REDIS_DB:0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spring.data:
host: ${REDIS_HOST:127.0.0.1}
# 端口(默认 6379)
port: ${REDIS_PORT:6379}
# 密码(未设置密码时可为空或注释掉
# 密码(未设置密码时请注释掉
password: ${REDIS_PWD:123456}
# 数据库索引
database: ${REDIS_DB:0}
Expand Down Expand Up @@ -183,9 +183,6 @@ continew-starter.web.cors:
exposed-headers: '*'

--- ### 接口文档配置
springdoc:
swagger-ui:
enabled: false
## 接口文档增强配置
knife4j:
# 开启生产环境屏蔽
Expand Down

0 comments on commit 5b3d4f5

Please sign in to comment.