Skip to content

vijayprasath88/spring-cloud-config-server-client-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Spring Config Server and Config Client

Steps
    1. Start config-server project in port 8001
    2. once the server is started, hit the url - [ConfigServerURL](http://localhost:8001/config-server/default) - output - JSON string will be shown
    3. Start config-client project in port 8002
    4. once the server is started hit the url - [ConfigServerURL](http://localhost:8002/configmessage)
    
    output = Welcome message from config-properties github repository
    this output message is fetched from github repository (url given below)
    [GitHuburl](https://github.com/vijayprasath88/config-properties.git)

About

Spring Cloud Configuration Server and Client Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages