kiwiproject / service-discovery-client

Common service discovery API for registration and lookup
MIT License
0 stars 0 forks source link
consul eureka java service-discovery

Service Discovery Client

Build Quality Gate Status Coverage CodeQL javadoc License: MIT Maven Central

An abstract service discovery API that provides methods for registration and lookup

How to use it

<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>service-discovery-client</artifactId>
    <version>[current-version]</version>
</dependency>