zhuo
2025-04-23 02706a181ee3b8d8d91cd3f747bd697f6b029d6b
修改耐丝配置
已修改3个文件
18 ■■■■ 文件已修改
ruoyi-admin/src/main/resources/application-test.yml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-ztns.yml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/resources/application-test.yml
@@ -101,7 +101,7 @@
# 日志配置
logging:
  file-location: /center-lims/Java
  file-location: /center-lims-ztns/Java
  level:
    com.ruoyi: info
    org.springframework: warn
@@ -121,11 +121,11 @@
# 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
file:
  path: /center-lims/Work/img
  path: /center-lims-ztns/Work/img
  # 上传文件允许的扩展名
  allowed: png,jpg,jpeg,gif
# 报告地址
wordUrl: /center-lims/Work/word
wordUrl: /center-lims-ztns/Work/word
#oa:
#    oaHost: http://192.168.0.49:8000/oa_workflowrequest.asmx?wsdl
ruoyi-admin/src/main/resources/application-ztns.yml
@@ -8,7 +8,7 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://127.0.0.1:3306/center-lims?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        url: jdbc:mysql://127.0.0.1:3306/center-lims-ztns?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
        username: root
        password: zttZTT123!
@@ -101,7 +101,7 @@
# 日志配置
logging:
  file-location: /center-lims/after
  file-location: /center-lims-ztns/after
  level:
    com.ruoyi: info
    org.springframework: warn
@@ -122,11 +122,11 @@
# 照片存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
file:
  path: /center-lims/after/file/img
  path: /center-lims-ztns/file/img
  # 上传文件允许的扩展名
  allowed: png,jpg,jpeg,gif
# 报告地址
wordUrl: /center-lims/after/file/word
wordUrl: /center-lims-ztns/file/word
# oa流程
oa:
ruoyi-admin/src/main/resources/application.yml
@@ -7,7 +7,7 @@
  # 版权年份
  copyrightYear: 2025
  # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
  profile: /center-lims/after/file/uploadPath
  profile: /center-lims-ztns/after/file/uploadPath
  # 获取ip地址开关
  addressEnabled: false
  # 验证码类型 math 数字计算 char 字符验证
@@ -16,7 +16,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口
  port: 8001
  port: 7002
  servlet:
    # 应用的访问路径
    context-path: