Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxx/spring-cloud-finders
Finders integration with Spring Cloud Discovery Client
https://github.com/dxx/spring-cloud-finders
Last synced: about 2 months ago
JSON representation
Finders integration with Spring Cloud Discovery Client
- Host: GitHub
- URL: https://github.com/dxx/spring-cloud-finders
- Owner: dxx
- License: apache-2.0
- Created: 2022-01-07T15:10:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T07:38:45.000Z (almost 3 years ago)
- Last Synced: 2024-05-16T01:03:14.852Z (8 months ago)
- Language: Java
- Size: 131 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Cloud Finders
[![Maven Central](https://img.shields.io/maven-central/v/io.github.dxx/spring-cloud-starter-finders.svg?label=Maven%20Central&color=3A79B6)](https://search.maven.org/search?q=g:%22io.github.dxx%22%20AND%20a:%22spring-cloud-starter-finders%22)
[![Apache-2.0 licensed](https://img.shields.io/github/license/dxx/spring-cloud-finders.svg?color=4EB1BA)](./LICENSE)Finders integration with Spring Cloud Discovery Client.
## How to Use
Add dependency.
**Maven**:
```xmlio.github.dxx
spring-cloud-starter-finders
${latest-version}```
**Gradle**:
```groovy
api "io.github.dxx:spring-cloud-starter-finders:${latest-version}"
```## Examples
* [Service discovery with loadbalancer](./examples/example-discovery)
* [Service discovery with gateway](./examples/example-gateway)## License
Spring Cloud Finders is released under the [Apache 2.0 license](./LICENSE).