ruoyi-admin/src/main/resources/application.yml
@@ -3,7 +3,7 @@ # 名称 name: RuoYi # 版本 version: 3.3.0 version: 3.4.0 # 版权年份 copyrightYear: 2021 # 实例演示开关 @@ -190,3 +190,13 @@ excludes: /system/notice/* # 匹配链接 urlPatterns: /system/*,/monitor/*,/tool/* feign: # 开启压缩 compression: request: enabled: true response: enabled: true okhttp: enabled: true