application.yaml 154 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 spring: application: name: product-application # server server: port: 18081 servlet: context-path: /product-api/ swagger: enable: false