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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Java 11
  2. Maven 3.8

Project setup

  1. Clone the project

    https://github.com/himash79/Spring-Cloud-Eureka-Server.git
    
  2. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  3. Open project using intelij / eclipse

  4. Follow the Config.txt file for kafka configurations.

  5. Expose Rest APIs and retrieve responses.

About

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


Languages

Language:Java 100.0%