|
|
@@ -1,4 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<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">
|
|
|
@@ -34,12 +34,7 @@
|
|
|
<artifactId>zksy-system</artifactId>
|
|
|
<version>3.9.0</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
- <artifactId>mybatis-spring-boot-starter-test</artifactId>
|
|
|
- <version>3.0.5</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
+ <!-- mybatis-spring-boot-starter-test 已由 mybatis-plus-boot-starter 提供兼容版本,无需单独引入 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|