diff --git a/src/main/resources/bootstrap.properties b/src/main/resources/bootstrap.properties index 2c439ba6..5ebcb87d 100644 --- a/src/main/resources/bootstrap.properties +++ b/src/main/resources/bootstrap.properties @@ -1,11 +1,11 @@ #spring.cloud.config.uri=localhost #spring.cloud.config.label=develop spring.profiles.active=local1 -#spring.cloud.config.name=print +spring.cloud.config.name=application,print spring.application.name=print management.endpoint.health.show-details=always management.endpoints.web.exposure.include=info,health,refresh server.port=8088 server.servlet.context-path=/v1/print -health.config.enabled=false \ No newline at end of file +health.config.enabled=false