Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
/ configserver Public archive

Spring Cloud Config Server for Configuration Samples

License

Notifications You must be signed in to change notification settings

SteeltoeOSS/configserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

configserver is no longer actively maintained by VMware, Inc.

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

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published