|
@@ -62,7 +62,10 @@
|
|
|
<hutool.version>5.8.22</hutool.version>
|
|
|
<spring-kafka>2.9.13</spring-kafka>
|
|
|
<commons-csv.version>1.6</commons-csv.version>
|
|
|
+ <mybatis.version>3.5.10</mybatis.version>
|
|
|
+ <mybatis-spring.version>2.0.7</mybatis-spring.version>
|
|
|
<xxl-job.version>2.4.0</xxl-job.version>
|
|
|
+ <mybatis-plus-boot-starter.version>3.5.6</mybatis-plus-boot-starter.version>
|
|
|
</properties>
|
|
|
|
|
|
<repositories>
|
|
@@ -343,6 +346,12 @@
|
|
|
<artifactId>xxl-job-core</artifactId>
|
|
|
<version>${xxl-job.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
+ <version>${mybatis-plus-boot-starter.version}</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</dependencyManagement>
|