This commit is contained in:
2025-06-14 21:31:30 +08:00
parent 26971f21b4
commit 4ecf2daf0d
3 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,13 @@
# 项目相关配置
xzzn:
# 名称
name: RuoYi
name: EMS
# 版本
version: 3.9.0
version: 0.0.1
# 版权年份
copyrightYear: 2025
# 文件路径 示例( Windows配置D:/xzzn/uploadPathLinux配置 /home/xzzn/uploadPath
profile: D:/xzzn/uploadPath
profile: /home/xzzn/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
@ -16,7 +16,7 @@ xzzn:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8080
port: 8089
servlet:
# 应用的访问路径
context-path: /
@ -68,9 +68,9 @@ spring:
# redis 配置
redis:
# 地址
host: 124.222.210.125
host: 122.51.194.184
# 端口默认为6379
port: 26379
port: 26739
# 数据库索引
database: 0
# 密码