Skip to content

A java wrapper for the spring cloud rest api. Discovery with also eureka possible

Notifications You must be signed in to change notification settings

awwal/spring-cloud-rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-rest-client

A Java wrapper for the spring cloud config rest api. Discovery through the spring-eureka also available. This library does not have any spring dependencies. Hence it can be used in non-spring environment like JavaEE. The configuration files are returned as Java Properties object.

Example usage.

SpringCloudEurekaRestClient cloudEurekaClient = new SpringCloudEurekaRestClient("http://localhost:8761","CONFIGSERVER");
Properties props = cloudEurekaClient.getApplicationProperties("foo", "dev", "Master");

About

A java wrapper for the spring cloud rest api. Discovery with also eureka possible

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages