|
@@ -2,6 +2,7 @@
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <packaging>jar</packaging>
|
|
|
<parent>
|
|
|
<groupId>com.fdkankan</groupId>
|
|
|
<artifactId>4dkankan-parent</artifactId>
|
|
@@ -57,17 +58,11 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
- <version>1.3.2</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.58</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.mybatis.spring.boot</groupId>-->
|
|
|
+<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
|
|
|
+<!-- <version>1.3.2</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>mysql</groupId>-->
|