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

spring-cloud-starter-netflix-eureka-server

JSON →
library5.0.1javamavenunverified

Spring Cloud starter for setting up a Netflix Eureka service registry server.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-netflix-eureka-server
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.

EnableEurekaServer
org.springframework.cloud.netflix.eureka.server.EnableEurekaServer

Enable a Spring Boot application as a Eureka server.

import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; @SpringBootApplication @EnableEurekaServer public class EurekaServerApplication { public static void main(String[] args) { SpringApplication.run(EurekaServerApplication.class, args); } }
Debug
Known issues
gotchaEureka 2.x (used in this starter) has known issues with self-preservation and eventual consistency; consider using newer service discovery solutions.
fix
Evaluate alternatives like Spring Cloud Consul or Kubernetes native service discovery.
affects: >=5.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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