Skip to content

Commit 5e89ca0

Browse files
1.2.1-RELEASE fix拦截器路径参数 💥
Former-commit-id: 9071259c8395c2d11477c24ae204e393f66b3f9c
1 parent 6cf8867 commit 5e89ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/geekidea/springbootplus/config/core/SpringBootPlusInterceptorConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ public static class InterceptorConfig {
5656
/**
5757
* 排除路径
5858
*/
59-
private String excludePath;
59+
private String[] excludePath;
6060

6161
/**
6262
* 包含的路径
6363
*/
64-
private String includePath;
64+
private String[] includePath;
6565

6666
}
6767

0 commit comments

Comments
 (0)