徐展城 2 tygodni temu
rodzic
commit
5e6db67e97

+ 1 - 1
tz-gateway/src/main/java/cn/start/tz/gateway/config/SignConfig.java

@@ -13,6 +13,6 @@ public class SignConfig {
     private String aesKey;  // 32字节长度
     private String aesIv;   // 16字节长度
     private Long expireTime = 300L; // 默认5分钟
-    private List<String> excludePaths = List.of("/actuator/**", "/system/s/");
+    private List<String> excludePaths = List.of("/actuator/*", "/system/s/");
 }