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

spring-cloud-netflix-eureka-server

JSON →
library5.0.1javamavenunverified

Spring Cloud integration with Netflix Eureka for service registration and discovery.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix-eureka-server</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-NETFL
S
spring-cloud-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 Eureka server in a Spring Boot application.

import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; @EnableEurekaServer public class EurekaServerApplication { public static void main(String[] args) { SpringApplication.run(EurekaServerApplication.class, args); } }
Debug
Known issues
breakingVersion 5.0.1 requires Spring Boot 3.x and may have breaking changes from earlier versions.
fix
Ensure your project uses Spring Boot 3.x and check migration guides.
affects: >=5.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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