Skip to content

Latest commit

 

History

History

spring-cloud-config-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Spring Cloud Config Server

We are going to generate and setup a spring boot spring cloud config server, which will act like a central server for all configurations for other services.

We will also make changes in limits service to read these values from spring cloud server which will run on port 8888.

  1. Generate and configure spring cloud config server