修改日期校验

V1.0.0
zhaokai 2025-08-25 09:43:12 +08:00
parent 0967722673
commit c3b5f53c73
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public class ShiroConfig {
filterMap.put("/doc.html*", "anon");
filterMap.put("/data/v1/**", "anon");
filterMap.put("/data/info/**", "anon");
filterMap.put("/actuator/**", "anon");
filterMap.put("/**", "oauth2");