增加阿里云推送和websocket

This commit is contained in:
2025-04-24 19:10:55 +08:00
parent 29db5ab157
commit bc8427e6a0
7 changed files with 267 additions and 0 deletions

16
pom.xml
View File

@@ -84,6 +84,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
@@ -94,6 +98,18 @@
<artifactId>apk-parser</artifactId>
<version>2.6.10</version>
</dependency>
<!--异步-->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>alibabacloud-push20160801</artifactId>
<version>1.0.13</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>push20160801</artifactId>
<version>1.0.17</version>
</dependency>
</dependencies>
<build>