Spring Cloud Finders
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.