Spring Cloud Config for Shared Microservice Configuration

preview_player
Показать описание
This video shows how to use Spring Cloud Config to share your Spring Boot configuration to microservices.

Table of Contents:

00:00 - Intro to Spring Cloud Config
00:50 - Create a Spring Cloud Config Server
02:43 - Create an OpenID Connect Application
04:01 - Configure Security for Your Microservices Architecture
06:23 - Create Spring Boot Microservice #1
09:11 - Refresh the Configuration in Your Spring Cloud Config Server
11:33 - Create Spring Boot Microservice #2
13:33 - Learn More About Spring Cloud Config and Microservices

#SpringCloud #SpringCloudConfig #Microservices
----
Okta is a developer API service that stores user accounts for your web apps, mobile apps, and APIs.

Рекомендации по теме
Комментарии
Автор

Just found this video. Thanks. But what if I want to use spring config server in the same repo containing my microservices? Say they share a single application.yaml file which gets pulled up each time so that I do not have to repeat configs in the many services? Thanks

maneshipocrates