mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-27 02:59:39 +08:00
update 优化api,gateway,auth代码结构
This commit is contained in:
@@ -21,6 +21,7 @@ import java.util.List;
|
||||
@RefreshScope
|
||||
@ConfigurationProperties(prefix = "security.ignore")
|
||||
public class IgnoreWhiteProperties {
|
||||
|
||||
/**
|
||||
* 放行白名单配置,网关不校验此处的白名单
|
||||
*/
|
||||
|
||||
@@ -18,6 +18,7 @@ import java.util.List;
|
||||
@RefreshScope
|
||||
@ConfigurationProperties(prefix = "security.xss")
|
||||
public class XssProperties {
|
||||
|
||||
/**
|
||||
* Xss开关
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user