ソースを参照

chore[litemall-db]: 采用spring-boot-starter-json

Junling Bu 7 年 前
コミット
b268df0d09
1 ファイル変更5 行追加5 行削除
  1. 5 5
      litemall-db/pom.xml

+ 5 - 5
litemall-db/pom.xml

@@ -13,6 +13,11 @@
     <dependencies>
 
         <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-json</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>org.mybatis.spring.boot</groupId>
             <artifactId>mybatis-spring-boot-starter</artifactId>
         </dependency>
@@ -32,11 +37,6 @@
             <artifactId>druid-spring-boot-starter</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-databind</artifactId>
-        </dependency>
-
     </dependencies>