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

@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://124.222.210.125:13306/setri_ems_local?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: Aa112211
url: jdbc:mysql://122.51.194.184:13306/setri_ems?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: ems
password: 12345678
# 从库数据源
slave:
# 从数据源开关/默认关闭

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
# 密码

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- 日志存放路径 -->
<property name="log.path" value="/home/xzzn/logs" />
<property name="log.path" value="/etc/xzzn/logs" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />