|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
|
<version>2.2.5.RELEASE</version> |
|
|
|
|
<version>2.3.3.RELEASE</version> |
|
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
|
</parent> |
|
|
|
|
<groupId>com.pdxm</groupId> |
|
|
|
@ -90,11 +90,6 @@ |
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
|
|
|