application.yaml 154 Bytes
Newer Older
1
spring:
2 3
  application:
    name: product-application
4

5 6
# server
server:
7 8
  port: 18081
  servlet:
9 10 11
    context-path: /product-api/

swagger:
12
  enable: false