Skip to content

Commit 049828d

Browse files
committed
feat(security): IPermissionUrlService 添加 ignoreCheck 方法
1 parent ce28c3d commit 049828d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

security-spring-boot-starter/src/main/java/com/admin4j/framework/security/properties/IgnoringUrlProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
/**
77
* 根据配置文件 忽略url
8+
* 注意支持 ant-style 风格语法;如果开头没有模糊匹配,请以 / 开头。
89
*
910
* @author andanyang
1011
* @since 2023/3/24 17:00
@@ -15,6 +16,7 @@ public class IgnoringUrlProperties {
1516

1617
/**
1718
* 包含所有请求类型的路径,不考虑请求方法
19+
* 注意支持 ant-style 风格语法;如果开头没有模糊匹配,请以 / 开头。
1820
*/
1921
private String[] uris;
2022
/**
@@ -37,6 +39,4 @@ public class IgnoringUrlProperties {
3739
* patch 请求
3840
*/
3941
private String[] patch;
40-
41-
4242
}

0 commit comments

Comments
 (0)