Files
mall-swarm/mall-gateway/src/main/resources/application.yml
2019-11-30 21:30:11 +08:00

25 lines
455 B
YAML

server:
port: 8201
spring:
application:
name: mall-gateway
profiles:
active: dev
cloud:
gateway:
discovery:
locator:
enabled: true
lower-case-service-id: true #使用小写service-id
management: #开启SpringBoot Admin的监控
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-details: always
logging:
level:
org.springframework.cloud.gateway: debug