ruoyi-admin/src/main/resources/application.yml
@@ -3,7 +3,7 @@ # 名称 name: RuoYi # 版本 version: 3.2.0 version: 3.2.1 # 版权年份 copyrightYear: 2020 # 实例演示开关 @@ -38,7 +38,7 @@ # 日志配置 logging: level: com.ruoyi: debug com.ruoyi: @logging.level@ org.springframework: warn # Spring配置 @@ -48,7 +48,7 @@ # 国际化资源文件路径 basename: i18n/messages profiles: active: dev active: @profiles.active@ # 文件上传 servlet: multipart: @@ -70,7 +70,7 @@ secret: abcdefghijklmnopqrstuvwxyz # 令牌有效期(默认30分钟) expireTime: 30 # MyBatis配置 # https://baomidou.com/config/ mybatis-plus: