Registry / networking / spring-cloud-starter-eureka

spring-cloud-starter-eureka

JSON →
library1.4.7.RELEASEjavamavenunverified

Spring Cloud starter for Netflix Eureka service discovery (deprecated, use spring-cloud-starter-netflix-eureka-client).

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-eureka</artifactId> <version>1.4.7.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-eureka
networkingjavav1.4.7.RELEASE
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; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @EnableEurekaClient public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
Debug
Known issues
breakingThis starter is deprecated; use spring-cloud-starter-netflix-eureka-client instead.
fix
Replace dependency with org.springframework.cloud:spring-cloud-starter-netflix-eureka-client.
affects: all versions
Upgrade
Version history
1.4.7.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Amazon
1
Resources
spring-cloud-starter-eureka — mvn dependency:get spring-cloud-starter-eureka · libregistry