|
@@ -110,6 +110,13 @@
|
|
|
<version>${tobato.version}</version>
|
|
<version>${tobato.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
+ <!-- 动态数据源 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
|
+ <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
|
|
+ <version>${dynamic-ds.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
<!-- Mybatis 依赖配置 -->
|
|
<!-- Mybatis 依赖配置 -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
@@ -198,74 +205,6 @@
|
|
|
<version>${common-pool.version}</version>
|
|
<version>${common-pool.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <!-- 核心模块 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-core</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 接口模块 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-swagger</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 安全模块 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-security</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 权限范围 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-datascope</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 项目整合之后这个包要处理掉 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-api-system</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 多数据源 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-datasource</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 日志记录 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-log</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 缓存服务 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-redis</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 返回值包装 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-resultdata</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-mqtt</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
@@ -316,7 +255,6 @@
|
|
|
<version>${zd.version}</version>
|
|
<version>${zd.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd.swagger</groupId>
|
|
<groupId>com.zd.swagger</groupId>
|
|
|
<artifactId>common-swagger</artifactId>
|
|
<artifactId>common-swagger</artifactId>
|