123
This commit is contained in:
@@ -241,8 +241,10 @@ lock4j:
|
||||
# 分布式锁的超时时间,默认为 30 秒
|
||||
expire: 30000
|
||||
cai:
|
||||
enable-api-encryption: false
|
||||
enable-api-encryption: true
|
||||
websocket: false
|
||||
coin-name: 黄钻
|
||||
home-name: 恋香
|
||||
--- # Actuator 监控端点的配置项
|
||||
management:
|
||||
endpoints:
|
||||
|
||||
@@ -27,7 +27,7 @@ public class EncryptionFilter implements Filter {
|
||||
}
|
||||
private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher();
|
||||
|
||||
private static final String KEY = "UCEfSKns45SWjHov";
|
||||
private static final String KEY = "UPsfSES4456W8ILv";
|
||||
@Autowired
|
||||
private CaiProperties caiProperties;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user