liusheng
9 天以前 7eb4c98f4d96bebf28685d801e7b978d6c3d251e
ruoyi-admin/src/main/resources/application.yml
@@ -15,7 +15,7 @@
  # 验证码类型 math 数组计算 char 字符验证
  captchaType: math
# 开发环境配置
#  开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8095
@@ -74,7 +74,7 @@
    # 国际化资源文件路径
    basename: i18n/messages
  profiles:
    active: druid
    active: hn
  # 文件上传
  servlet:
    multipart:
@@ -117,11 +117,7 @@
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# PageHelper分页插件
pagehelper:
  helperDialect: mysql
  supportMethodsArguments: true
  params: count=countSql
# 防止XSS攻击