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