将 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>

View File

@@ -30,3 +30,10 @@ dubbo:
version: 1.0.0
SystemLogRPC:
version: 1.0.0
# Swagger 配置项
swagger:
title: 管理后台
description: 提供管理员管理的所有功能
version: 1.0.0
base-package: cn.iocoder.mall.managementweb.controller