Commit 7319adb4 by zhangxingmin

push

parent 116aa72f
...@@ -69,6 +69,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -69,6 +69,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/v3/api-docs/**", "/v3/api-docs/**",
"/sysUser/body/detail", "/sysUser/body/detail",
"/ossFile/list", "/ossFile/list",
"/convert/file",
"/sysDict/type/item/list/**", "/sysDict/type/item/list/**",
"/clientUser/clientUserBizIdList", "/clientUser/clientUserBizIdList",
"/salary/condition/list", "/salary/condition/list",
......
...@@ -116,6 +116,7 @@ public class GatewayJwtAuthFilterConfig { ...@@ -116,6 +116,7 @@ public class GatewayJwtAuthFilterConfig {
"/ai/api/v3/api-docs/**", "/ai/api/v3/api-docs/**",
// 关键:匹配任意层级下的 ossFile/list // 关键:匹配任意层级下的 ossFile/list
"/**/ossFile/list", "/**/ossFile/list",
"/**/convert/file",
// 如果路径固定,也可以直接加完整路径 // 如果路径固定,也可以直接加完整路径
// "/api/oss/api/ossFile/list" // "/api/oss/api/ossFile/list"
"/**/relProjectRole/page", "/**/relProjectRole/page",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment