rest.yaml 242 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 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