- 后端:整理 pom 文件,洁癖鬼附体~

This commit is contained in:
YunaiV
2019-05-13 22:59:47 +08:00
parent 5aea2cd839
commit f2c5ed6c47
17 changed files with 256 additions and 307 deletions

View File

@@ -12,12 +12,12 @@
<artifactId>mall-spring-boot</artifactId>
<dependencies>
<!-- Mall 相关 -->
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>common-framework</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>system-sdk</artifactId>
@@ -31,11 +31,13 @@
<optional>true</optional>
</dependency>
<!-- Spring 核心 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<!-- Web 相关 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>