Skip to content

Commit 95d03e5

Browse files
committed
添加 /webjars/**过滤路径
1 parent 8f12439 commit 95d03e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/security/ApiBootSecurityProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class ApiBootSecurityProperties {
5353
"/swagger-ui.html",
5454
"/swagger-resources/configuration/security",
5555
"/META-INF/resources/webjars/**",
56+
"/webjars/**",
5657
"/swagger-resources",
5758
"/swagger-resources/configuration/ui",
5859
"/actuator/**"

0 commit comments

Comments
 (0)