对接我的收藏接口
This commit is contained in:
12
order/order-rest/src/main/resources/rest.yaml
Normal file
12
order/order-rest/src/main/resources/rest.yaml
Normal 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
|
||||
Reference in New Issue
Block a user