|
@@ -55,11 +55,39 @@
|
|
<artifactId>jackson-databind</artifactId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<version>2.10.3</version>
|
|
<version>2.10.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.fdkankan</groupId>
|
|
|
|
- <artifactId>4dkankan-utils-db</artifactId>
|
|
|
|
- <version>3.0.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ <version>3.4.3.4</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <!--mybatis-plus代码生成器-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
+ <artifactId>mybatis-plus-generator</artifactId>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ <version>3.5.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <!--velocity模板-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
|
|
+ <artifactId>velocity-engine-core</artifactId>
|
|
|
|
+ <version>2.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.dameng</groupId>
|
|
|
|
+ <artifactId>DmJdbcDriver18</artifactId>
|
|
|
|
+ <version>8.1.3.140</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>com.fdkankan</groupId>-->
|
|
|
|
+<!-- <artifactId>4dkankan-utils-db</artifactId>-->
|
|
|
|
+<!-- <version>3.0.0-SNAPSHOT</version>-->
|
|
|
|
+<!-- </dependency>-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.yaml</groupId>
|
|
<groupId>org.yaml</groupId>
|
|
<artifactId>snakeyaml</artifactId>
|
|
<artifactId>snakeyaml</artifactId>
|