Questions tagged [spring-cloud-config]

Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system.

Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system.

https://cloud.spring.io/spring-cloud-config/

979 questions
-1
votes
1 answer

How to do Spring Cloud Steam Binder SPI resilience?

Initially configured following properties from application.properties: spring.cloud.stream.defaultBinder: XXXXX spring.cloud.stream.binders.XXXXX.type : rabbit spring.cloud.stream.binders.XXXXX.environment.spring.rabbitmq.addresses : …
-2
votes
1 answer

Hosting Spring-cloud-config server as a micro service in Docker

How to host a Spring cloud config server registered as Eureka Client in Docker containers ? My Spring Boot micro services architecture includes the below components: eureka-server (Eureka as Service Registry) config-server (registered as Eureka…
-2
votes
2 answers

Spring Configuration Server Cloud setup

I am using Spring Configuration server and currently my configurations are in git as per the documentations for configuration server. Now my problem is that my prod and stage env does not have access to git hence getting the properties from git…
Amol
  • 415
  • 4
  • 14
-3
votes
1 answer

how to point spring cloud config server to a folder decided by client if git is the version control

Am trying spring cloud config server and client as stand-alone separate applications. on git, i have folder structure like below- my-config ----projectfolder1 --------application.properties ----projectfolder2 --------application.properties I…
1 2 3
65
66