Top "Spring-cloud-config" questions

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

Spring Cloud Config Client - could not resolve placeholder

I am getting the below error Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'rate' in string value "${rate}" …

spring-boot cloud spring-cloud-config
spring cloud config : how to use multiple configs

What I want to try: I want to try the spring cloud config for microservice project where I have a …

java microservices spring-cloud-config
Spring Cloud Eureka with Config Server

What is the recommended configuration when running both Config Server with Eureka Server? Should Config Server be a client of …

java spring spring-cloud netflix-eureka spring-cloud-config
How spring cloud config use local property override remote property

I know should set following properties, but still confused about where they should be set. spring: cloud: config: allowOverride: true …

spring spring-cloud spring-cloud-config
Enabling /bus/refresh endpoint in Spring Cloud Config Client

My Spring Cloud Config Client has dependency to spring.cloud.starter.bus.amqp, but it is still not enabling /bus/…

spring-cloud spring-cloud-config spring-cloud-bus
Spring Cloud Config + Spring Cloud Bus + RabbitMQ - Not auto refreshing clients with local Git repository

I have some applications getting its configuration from a Spring Cloud Config Server (Brixton.RELEASE) and would like to enable …

spring spring-cloud spring-cloud-config spring-cloud-bus
@RefreshScope in Configuration class

I have a spring boot application. I am using Spring Cloud Config to externalize properties - through Git. Everything works …

java spring spring-boot configuration spring-cloud-config
Config-Server Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured

I am trying to get database configurations from a github repository that contains all application properties. The diagram below illustrates …

java spring-boot spring-cloud-config application.properties
How to read multiple config file from Spring Cloud Config Server

Spring cloud config server supports reading property files with name ${spring.application.name}.properties. However I have 2 properties files in …

spring-cloud spring-cloud-config