Spring Cloud | Cloud Config Server | Simple Programming

Опубликовано: 13 Октябрь 2024
на канале: Simple Programming
8,747
59

Welcome to Simple Programming

In this video, we are going to see how to use a cloud config server to externalize our spring boot properties and how to integrate it with GIt to form a centralized configuration repository for your microservices architecture

When using config server, its advisable to add the config server details in the bootstrap.yml

bootstrap.yml is loaded by the spring parent applicationcontext and this gets loaded before your application.yml, hence the name.