Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himash79/spring-cloud-eureka-server

How to utilize Eureka Registry service and register restful webservices as well as access the end-points on micro services
https://github.com/himash79/spring-cloud-eureka-server

eureka-client eureka-server restful-webservices spring-boot spring-cloud

Last synced: 16 days ago
JSON representation

How to utilize Eureka Registry service and register restful webservices as well as access the end-points on micro services

Awesome Lists containing this project

README

        

# Spring-Cloud-Eureka-Server
How to utilize Eureka Registry service and register restful webservices as well as access the end-points on micro services

## Requirements

01) Java 11
02) Maven 3.8

## Project setup

01) Clone the project

https://github.com/himash79/Spring-Cloud-Eureka-Server.git

02) Clean and build the project using maven

open command line (CMD) in project directory and execute 'mvn clean install'

03) Open project using intelij / eclipse

04) Follow the `Config.txt` file for kafka configurations.

04) Expose Rest APIs and retrieve responses.