我正在阅读本教程,但我不熟悉配置的以下部分:defaultZone: ${EUREKA_SERVICE_URL:http://localhost:8761}/eureka/
eureka:
instance:
leaseRenewalIntervalInSeconds: 10
client:
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: ${EUREKA_SERVICE_URL:http://localhost:8761}/eureka/
为什么我们有${EUREKA_SERVICE_URL:http://localhost:8761}
而不只是http://localhost:8761/eureka/