|
@@ -74,10 +74,32 @@
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>com.fdkankan</groupId>-->
|
|
|
|
+<!-- <artifactId>4dkankan-utils-db</artifactId>-->
|
|
|
|
+<!-- <version>3.0.0-SNAPSHOT</version>-->
|
|
|
|
+<!-- </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>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -152,6 +174,13 @@
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.dameng</groupId>
|
|
|
|
+ <artifactId>DmJdbcDriver18</artifactId>
|
|
|
|
+ <version>8.1.3.140</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|