"doc/vscode:/vscode.git/clone" did not exist on "5e1f3c986eb28f0e8e8c812536af403a07fda450"
Commit b268df0d authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 61fcfc4f
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.mybatis.spring.boot</groupId> <groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId> <artifactId>mybatis-spring-boot-starter</artifactId>
...@@ -32,11 +37,6 @@ ...@@ -32,11 +37,6 @@
<artifactId>druid-spring-boot-starter</artifactId> <artifactId>druid-spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies> </dependencies>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment