diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index 7f68444..d65c077 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: register-with-eureka: true fetch-registry: true service-url: - defaultZone: ${EUREKA-URI:http://localhost:8761/eureka} + defaultZone: ${EUREKA_URI:http://localhost:8761/eureka} spring: application: