结构调整

This commit is contained in:
caozehui
2026-03-03 10:33:03 +08:00
parent c7f3687bf8
commit 8b4a7967cc
57 changed files with 1747 additions and 323 deletions

View File

@@ -18,10 +18,10 @@
<dependencies>
<!-- Spring Cloud 基础 -->
<dependency>
<groupId>com.njcn</groupId>
<artifactId>msgpush-spring-boot-starter-env</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.njcn</groupId>-->
<!-- <artifactId>msgpush-spring-boot-starter-env</artifactId>-->
<!-- </dependency>-->
<!-- 依赖服务 -->
<dependency>
@@ -119,6 +119,13 @@
<version>4.2.0</version>
</dependency>
<!-- 个推 -->
<dependency>
<groupId>com.getui.push</groupId>
<artifactId>restful-sdk</artifactId>
<version>1.0.0.1</version>
</dependency>
</dependencies>
<build>