新增云协议相关内容

This commit is contained in:
xy
2025-09-16 18:31:55 +08:00
parent 1a3e443be1
commit 0fda2354eb
17 changed files with 1027 additions and 105 deletions

View File

@@ -81,6 +81,17 @@
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>cs-device-api</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.njcn</groupId>
<artifactId>common-device-biz</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>