1119器械分类
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled

This commit is contained in:
LYX
2025-11-19 15:17:58 +08:00
parent b07fa17f1e
commit 888ff98ed6
11 changed files with 57 additions and 57 deletions

View File

@@ -82,7 +82,7 @@ spring:
host: 127.0.0.1 # 地址
port: 6379 # 端口
database: 0 # 数据库索引
# password: dev # 密码,建议生产环境开启
password: abc123456 # 密码,根据实际情况填写或者保持注释状态(如果不需要密码)
--- #################### 定时任务相关配置 ####################