|
|
@@ -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/");
|
|
|
}
|
|
|
|