application.yaml 124 Bytes
Newer Older
1 2 3 4 5 6
spring:
  application:
    name: order-application

# server
server:
7 8 9
  port: 18084
  servlet:
    context-path: /order-api/