spring-cloud/order/order-application/src/main/resources/application.yaml

21 lines
300 B
YAML

spring:
application:
name: order-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server:
port: 18088
servlet:
context-path: /order-api/
swagger:
enable: false