增加 swagger starter

This commit is contained in:
YunaiV
2020-04-20 08:29:09 +08:00
parent 220984c45b
commit 57145d426e
15 changed files with 266 additions and 26 deletions

View File

@@ -3,3 +3,10 @@ server:
port: 18083
servlet:
context-path: /system-api/
# Swagger 配置项
swagger:
title: 管理员子系统
description: 管理员子系统
version: 1.0.0
base-package: cn.iocoder.mall.system.rest.controller