Skip to content

vkirodian/microservices-config-server-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservices-config-server-demo

This is a simple Spring Boot Cloud Configuration Server.

Installation

Once you have checked out this repository, go to the base directory and build it using maven

maven clean install

Running the application

Once the project is successfully built, you can run the following command:

java -jar .\target\microservices-config-server-demo-1.jar

The application would run at the configured port and act as a configuration server for all your micro-services.

Currently the bootstrap.properties is configured to run at http://localhost:8888.

Properties are picked from Git URL : https://github.com/vkirodian/configuration-repository.git

Depending on properties file the configs can we access like : http://localhost:8888/spring-boot-example/default.

About

This is a simple Spring Boot Cloud Configuration Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages