将 mall-spring-boot-starter-swagger 接入到 management-web-app 中

This commit is contained in:
YunaiV
2020-07-04 21:08:37 +08:00
parent 301e2c5720
commit 41514100e0
4 changed files with 21 additions and 4 deletions

View File

@@ -32,6 +32,11 @@
<artifactId>mall-spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>mall-spring-boot-starter-swagger</artifactId>
</dependency>
<!-- RPC 相关 -->
<dependency>
<groupId>com.alibaba.cloud</groupId>