Top "Spring-cloud-config" questions

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

spring cloud config ssh connection failing

Using Spring Boot, Java 1.8, cloud-config-server I'm trying to access a git repo using this application.yml snippet. But is failing …

java ssh spring-cloud-config
Authentication issue with repo accessed from Spring Cloud Config Server hosted on GitHub

I'm hosting a configuration in a repo on GitHub. If I keep the repo public all's good, but if I …

spring github spring-boot spring-cloud spring-cloud-config
Spring Cloud Config client not loading the value from config server

I am facing below issue while I try to run my Spring Cloud Config Client: Caused by: java.lang.IllegalArgumentException: …

maven spring-boot spring-cloud-config
spring cloud - bootstrap.properties outside my jar

I am trying to put bootstrap.properties from outside my jar, so it won't get overridden by other developers by …

java spring spring-cloud spring-cloud-config
List final list of properties - Spring Cloud Config Server

Spring Cloud Config Server accepts multiple profile and returns the properties for all the profiles when I access the /env …

spring-boot spring-cloud-netflix spring-cloud-config
Spring Cloud Config Server Shared Properties Across Applications

I currently have a number of deployable applications that work in a distributed fashion to solve a business problem. We …

spring properties spring-cloud spring-cloud-config
Understanding Spring Cloud Release Versions

Spring folks do a great job of releasing lots of quality projects. One of them we have been using is …

spring-cloud spring-cloud-config
Spring cloud config organising files in folders

I'm trying to organise a set of config files in folders within my Git repo. I read in the Spring …

java spring git spring-cloud-config
cannot resolve org.springframework.cloud:spring-cloud-starter-config

I am using gradle to build and here is my build.gradle Is there anything that I am missing in …

gradle spring-cloud-config
Spring cloud config client properties are not getting resolved

I am very new to the concept of Spring Cloud and Spring external configurations, in fact started yesterday itself. I …

spring-boot spring-cloud spring-cloud-netflix spring-cloud-config