From 7f011f199e8addd3613956339ce8d8908ed65d3e Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Sun, 3 Aug 2025 12:52:40 +0800 Subject: [PATCH] =?UTF-8?q?yaml=E5=8A=A0=E5=85=A5security=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-postgresql.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-postgresql.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-postgresql.yml index 99c41cf65..88338f943 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-postgresql.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-postgresql.yml @@ -230,8 +230,6 @@ jeecg: upload: /opt/upFiles #webapp文件路径 webapp: /opt/webapp - shiro: - excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/** #阿里云oss存储和大鱼短信秘钥配置 oss: accessKey: ?? @@ -334,3 +332,11 @@ justauth: type: default prefix: 'demo::' timeout: 1h + +security: + oauth2: + client: + ignore-urls: + - /test/jeecgDemo/demo3 + - /test/jeecgDemo/redisDemo/** + - /jmreport/bigscreen2/** \ No newline at end of file