Skip to content

cwj3000/configserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Cloud Config Server for Configuration Samples

To startup a Spring Cloud Config Server, run this project as a Spring Boot app by issuing:

$ ./mvnw spring-boot:run

or

$ ./mvnw package
$ java -jar target/*.jar

It will start up on port 8888 and serve configuration data from "https://github.com/steeltoeoss/config-repo":

About

Spring Cloud Config Server for Configuration Samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.0%
  • Batchfile 34.6%
  • Java 14.4%