创建新 user 服务项目
This commit is contained in:
12
user/user-rest/src/main/resources/rest.yaml
Normal file
12
user/user-rest/src/main/resources/rest.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# 服务器的配置项
|
||||
server:
|
||||
port: 18082
|
||||
servlet:
|
||||
context-path: /user-api/
|
||||
|
||||
# Swagger 配置项
|
||||
swagger:
|
||||
title: 用户子系统
|
||||
description: 用户子系统
|
||||
version: 1.0.0
|
||||
base-package: cn.iocoder.mall.user.rest.controller
|
||||
Reference in New Issue
Block a user