🐎 WebSocket推送优化,异步推送&当无邮件配置时不进行邮件推送

This commit is contained in:
b2baccline
2021-01-07 23:35:46 +08:00
parent 899cb4103c
commit 9fdb08e6f4
16 changed files with 70 additions and 15 deletions

View File

@@ -118,6 +118,11 @@
<artifactId>ballcat-admin-core</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-admin-websocket</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-common-conf</artifactId>