RuoYi
2021-07-28 fd0de5c3ce1b0faa0f2e274d7b70f516e69d575a
src/main/resources/application.yml
@@ -3,9 +3,9 @@
  # 名称
  name: RuoYi
  # 版本
  version: 3.1.0
  version: 3.6.0
  # 版权年份
  copyrightYear: 2019
  copyrightYear: 2021
  # 实例演示开关
  demoEnabled: true
  # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
@@ -62,6 +62,8 @@
    host: localhost
    # 端口,默认为6379
    port: 6379
    # 数据库索引
    database: 0
    # 密码
    password: 
    # 连接超时时间
@@ -98,7 +100,6 @@
# PageHelper分页插件
pagehelper: 
  helperDialect: mysql
  reasonable: true
  supportMethodsArguments: true
  params: count=countSql 
@@ -114,7 +115,7 @@
  # 过滤开关
  enabled: true
  # 排除链接(多个用逗号分隔)
  excludes: /system/notice/*
  excludes: /system/notice
  # 匹配链接
  urlPatterns: /system/*,/monitor/*,/tool/*