diff --git a/mock-identity-system/src/main/resources/bootstrap.properties b/mock-identity-system/src/main/resources/bootstrap.properties index 0255d6e1..c9597005 100644 --- a/mock-identity-system/src/main/resources/bootstrap.properties +++ b/mock-identity-system/src/main/resources/bootstrap.properties @@ -2,7 +2,7 @@ spring.application.name=mock-identity-system #spring.cloud.config.uri=http://localhost:8888 spring.profiles.active=local #spring.cloud.config.label=master -spring.cloud.config.name=mock-identity-system +spring.cloud.config.name=application,mock-identity-system spring.main.allow-bean-definition-overriding=true server.port=8082 @@ -29,4 +29,4 @@ openapi.group.name=${openapi.info.title} openapi.group.paths[0]=/** springdoc.swagger-ui.disable-swagger-default-url=true springdoc.swagger-ui.tagsSorter=alpha -springdoc.swagger-ui.operationsSorter=alpha \ No newline at end of file +springdoc.swagger-ui.operationsSorter=alpha