Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1019 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1019 Bytes

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.