[*] 日常优化

This commit is contained in:
acgist
2023-11-21 07:51:16 +08:00
parent d0bf926029
commit 329f5a0bf3

View File

@@ -59,6 +59,7 @@ public class SocketSignalAutoConfiguration {
private void buildSecret(SocketProperties socketProperties) {
log.info("Socket信令加密策略{}", socketProperties.getEncrypt());
if(socketProperties.getEncrypt() == null) {
log.info("Socket信令加密策略为空使用明文");
return;
}
if(StringUtils.isNotEmpty(socketProperties.getEncryptSecret())) {