From bd9808a81b1eafdc75a42c1c9904408dc888061d Mon Sep 17 00:00:00 2001 From: elkers <elkers@163.com> Date: 星期一, 07 四月 2025 09:55:09 +0800 Subject: [PATCH] 初始化项目 --- pom.xml | 39 ++++++++++++++++++++++++--------------- 1 files changed, 24 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 4e86ba6..e5256b7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <relativePath/> </parent> - <groupId>com.lunhan.xxx</groupId> + <groupId>com.nanjing.water</groupId> <artifactId>xxx-yyy</artifactId> <version>0.0.1-SNAPSHOT</version> <name>xxx-yyy-service</name> @@ -88,13 +88,6 @@ <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</artifactId> <version>${druid.version}</version> - </dependency> - <!-- 动态多数据源 --> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>dynamic-datasource-spring-boot-starter</artifactId> - <version>4.2.0</version> - <scope>test</scope> </dependency> <!-- mybatis-plus --> <dependency> @@ -207,13 +200,6 @@ </exclusions> </dependency> - <!-- 定时任务-xxl-job --> - <dependency> - <groupId>com.xuxueli</groupId> - <artifactId>xxl-job-core</artifactId> - <version>2.4.0</version> - </dependency> - <!-- 加密算法库 --> <dependency> <groupId>org.bouncycastle</groupId> @@ -228,6 +214,29 @@ <version>1.16.22</version><!-- 注意如果版本过低,会和mapstruct冲突,导致不能映射实体 --> </dependency> + <!-- 动态多数据源 --> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>dynamic-datasource-spring-boot-starter</artifactId> + <version>4.2.0</version> + <scope>test</scope> + </dependency> + + <!-- 操作jenkins --> + <dependency> + <groupId>io.github.cdancy</groupId> + <artifactId>jenkins-rest</artifactId> + <version>1.0.1</version> + <scope>test</scope> + </dependency> + + <!--quartz依赖--> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-quartz</artifactId> + <version>2.0.3.RELEASE</version> + </dependency> + <!--************************************************** 单元测试相关 **************************************************--> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.3