RuoYi
2021-08-11 99ee1caf4d185a60fe3e64a0185431c9423b7d1f
src/main/resources/application.yml
@@ -100,7 +100,6 @@
# PageHelper分页插件
pagehelper: 
  helperDialect: mysql
  reasonable: true
  supportMethodsArguments: true
  params: count=countSql 
@@ -116,7 +115,7 @@
  # 过滤开关
  enabled: true
  # 排除链接(多个用逗号分隔)
  excludes: /system/notice/*
  excludes: /system/notice
  # 匹配链接
  urlPatterns: /system/*,/monitor/*,/tool/*