疯狂的狮子li
2020-12-11 f56f57a2364ff5cf1279527c2f130aae88b65ce7
ruoyi-admin/src/main/resources/application.yml
@@ -3,7 +3,7 @@
  # 名称
  name: RuoYi
  # 版本
  version: 3.2.0
  version: 3.2.1
  # 版权年份
  copyrightYear: 2020
  # 实例演示开关
@@ -22,6 +22,7 @@
  servlet:
    # 应用的访问路径
    context-path: /
  # undertow 配置
  undertow:
    # HTTP post内容的最大大小。当值为-1时,默认值为大小是无限的
    max-http-post-size: -1
@@ -34,11 +35,19 @@
    worker-threads: 256
    # 是否分配的直接内存
    direct-buffers: true
#  # tomcat 配置
#  tomcat:
#    # tomcat的URI编码
#    uri-encoding: UTF-8
#    # tomcat最大线程数,默认为200
#    max-threads: 500
#    # Tomcat启动初始化的线程数,默认值25
#    min-spare-threads: 30
# 日志配置
logging:
  level:
    com.ruoyi: debug
    com.ruoyi: @logging.level@
    org.springframework: warn
# Spring配置
@@ -48,7 +57,7 @@
    # 国际化资源文件路径
    basename: i18n/messages
  profiles: 
    active: dev
    active: @profiles.active@
  # 文件上传
  servlet:
     multipart:
@@ -70,7 +79,7 @@
    secret: abcdefghijklmnopqrstuvwxyz
    # 令牌有效期(默认30分钟)
    expireTime: 30
# MyBatis配置
# https://baomidou.com/config/
mybatis-plus: