-
Notifications
You must be signed in to change notification settings - Fork 59
Netflix Eureka with Spring Boot
Furkan Kürşat Danışmaz edited this page Sep 19, 2018
·
3 revisions
Source Folder: eureka
Tech Stack:
- spring-boot
- spring-mvc
- spring-cloud
- netflix-eureka
- log4j2 (slf4j impl)
- project lombok
This is a ready-to-use Maven Java project template with the libraries listed above.
- Service discovery
Netflix Eureka is an open source library for service discovery and Spring has really nice support for it. With service discovery enabled, you can easily consume your services (they must be registered to the service registry) without knowing their host or port.
- eureka-server: The service registry
- eureka-client: A sample spring boot application containing a sample registry aware service
- eureka-dto: Contains the data transfer objects
- eureka-feign-client: A sample spring boot application with a feign client consuming a rest service of the eureka-client
- Home
- JPA Specification
- JMS with Spring Boot
- JMS with Spring Boot & Apache Camel
- Caching with Spring Boot & Redis
- Netflix Eureka with Spring Boot
- Netflix Hystrix & Eureka with Redis Cache
- Netflix Zuul
- Authentication Types
- Separating Unit & Integration Tests Execution Phases with Maven
- Basic CSRF Attack Simulation & Protection
- Spring Batch
- Dagger
- Concurrency with Java
- Swagger2 with Spring Boot