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

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