application.yaml 274 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 spring: application: name: product-application # server server: port: 18081 servlet: context-path: /product-api/ swagger: title: 商品子系统 description: 商品子系统 version: 1.0.0 base-package: cn.iocoder.mall.product.application.controller