Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**:
```xml

io.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).