修正了parent工程的pom文件, 移除了公司仓库信息

This commit is contained in:
Administrator
2020-11-05 01:13:14 +08:00
parent a0339f6fa7
commit 7e86704fdb
14 changed files with 40 additions and 559 deletions

View File

@ -20,9 +20,9 @@
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>