对接我的收藏接口

This commit is contained in:
xiaofeng
2020-05-08 22:11:10 +08:00
parent b6498b4483
commit 104e33f5f9
15 changed files with 343 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# 服务器的配置项
server:
port: 18083
servlet:
context-path: /system-api/
# Swagger 配置项
swagger:
title: 订单子系统
description: 订单子系统
version: 1.0.0
base-package: cn.iocoder.mall.order.rest.controller