Registry / cloud / spring-cloud-starter-netflix-eureka-client

spring-cloud-starter-netflix-eureka-client

JSON →
library5.0.1javamavenunverified

Spring Cloud starter for integrating Netflix Eureka client for service discovery.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-netflix-eureka-client
cloudjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EnableEurekaClient
org.springframework.cloud.netflix.eureka.EnableEurekaClient

Enable Eureka client in a Spring Boot application.

import org.springframework.cloud.netflix.eureka.EnableEurekaClient; @EnableEurekaClient public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
spring-cloud-starter-netflix-eureka-client — mvn dependency:get spring-cloud-starter-netflix-eureka-client · libregistry