sinake
4 天以前 8a4acc6de1b0a3352d0e60a6483f4abfc55c6fae
ruoyi-admin/src/main/resources/application.yml
@@ -8,15 +8,6 @@
  copyrightYear: 2021
  # 实例演示开关
  demoEnabled: true
  # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
  # 开发环境 window
  #  profile: D:/lihusoft/OPO/WEB/Upload
  # 开发环境 linux
  #  profile: /home/smartor/uploadFile
  # 医院环境
  profile: D:/OPO/WEB/Upload
  # 归档路径
  archived: D:/OPO/WEB/archived/
  # 获取ip地址开关
  addressEnabled: false
  # 验证码类型 math 数组计算 char 字符验证
@@ -24,7 +15,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  # 服务器的HTTP端口,默认为9095
  port: 8080
  servlet:
    # 应用的访问路径
@@ -53,7 +44,7 @@
    # 国际化资源文件路径
    basename: i18n/messages
  profiles:
    active: srm
    active: druid
  # 文件上传
  servlet:
    multipart:
@@ -99,18 +90,18 @@
      logic-delete-value: 1 # 逻辑已删除值(默认为 1)
      logic-not-delete-value: 0 # 逻辑未删除值(默认为 0)
#      update-strategy: IGNORED  #忽略为空
    call-setters-on-nulls: true
# PageHelper分页插件
pagehelper:
  helperDialect: mysql
  supportMethodsArguments: true
  params: count=countSql
#pagehelper:
#  helperDialect: mysql
#  supportMethodsArguments: true
#  params: count=countSql
# Swagger配置
swagger:
  # 是否开启swagger
  enabled: false
  enabled: true
  # 请求前缀
  pathMapping: /