Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/himash79/spring-cloud-eureka-server
- Owner: himash79
- Created: 2022-10-09T15:51:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T15:54:01.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:11:54.909Z (3 months ago)
- Topics: eureka-client, eureka-server, restful-webservices, spring-boot, spring-cloud
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 / eclipse04) Follow the `Config.txt` file for kafka configurations.
04) Expose Rest APIs and retrieve responses.