/spring-cloud-finders

Finders integration with Spring Cloud Discovery Client

Primary LanguageJavaApache License 2.0Apache-2.0

Spring Cloud Finders

Maven Central Apache-2.0 licensed

Finders integration with Spring Cloud Discovery Client.

How to Use

Add dependency.

Maven:

<dependency>
    <groupId>io.github.dxx</groupId>
    <artifactId>spring-cloud-starter-finders</artifactId>
    <version>${latest-version}</version>
</dependency>

Gradle:

api "io.github.dxx:spring-cloud-starter-finders:${latest-version}"

Examples

License

Spring Cloud Finders is released under the Apache 2.0 license.