Git Product home page Git Product logo

spring-microservices's Introduction

Spring-Microservices

Introduction

Spring-Microservices is a beginner-level project aimed at demonstrating the basic setup and interaction between microservices using Spring Boot. This project showcases simple service-to-service communication via Feign Client, as well as a reactive approach using WebClient with Spring WebFlux. For service discovery and management, Eureka Server is utilized, allowing each service to register and locate other services in the network.

Features

-> Service Discovery: Utilizing Eureka Server for service registration and discovery.

-> Inter-service Communication: Demonstrates basic microservice communication using Feign Client: For declarative REST client communication.

-> WebClient: As part of the Spring WebFlux for reactive programming.

-> Simple String Operations: Each microservice is designed to perform basic string operations as a demonstration of inter-service communication without involving database operations.

-> Dynamic Port Configuration: Services are configured to run on different ports to mimic a real microservices environment.

Technologies Used

  • Spring Boot for the overall microservice framework.
  • Netflix Eureka for service discovery.
  • Feign Client for easy RESTful service consumption.
  • Spring WebFlux and WebClient for reactive programming.
  • Maven for project management and build.

spring-microservices's People

Contributors

narendravarma87 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.