News

Normally your configuration files would be stored in a remote location, for example, a GitHub repository or an Amazon S3 bucket. For instructions on how to store your config files in a git repository, ...
How to configure Spring Boot to work with an XML configuration file. Whether you're maintaining a legacy system that relies on XML or simply looking for a cleaner alternative to annotation-based ...
The Spring Boot @ConfigurationProperties simplifies the use of the application.properties file, easing the creation of lists, maps and inner classes.
basic example of using spring-cloud-config to retrieve configs from a git-backed server Spring Cloud Config has a @RefreshScope mechanism to allow beans to be reinitialized on demand to fetch updated ...