Coder Social home page Coder Social logo

nitesh009 / microservice-demo Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 62 KB

A simple microservice example using Spring Cloud/ NetFlix OSS

Java 100.00%
spring-boot spring-cloud spring-data-jpa microservices netflix-eureka netflix-zuul netflix-oss spring mysql jpa

microservice-demo's Introduction

Building Microservice using Spring Cloud/NetFlix OSS

This Repo contains five microservices named as -

  • Config Service (A service which contains all microservices configuration)
  • Gateway Service (A service which handles all customer endpoints)
  • Eureka Service (A service which is used to discover other microservices)
  • Product Service (A simple microservice)
  • Product Count Service (A simple microservice)

To run these services, please follow below order

Config Service

  Config service runs on port 8888
  mvn spring-boot:run

Product Service

  Product service runs on port 8081
  mvn spring-boot:run

Product Count Service

  Product Count service runs on port 8082
  mvn spring-boot:run

Eureka Service

  Eureka service runs on port 9090
  mvn spring-boot:run

Gateway Service

  Gateway service runs on port 8080
  mvn spring-boot:run

Microservices Configuration

Service Name URL
Gateway service http://localhost:8080/
Eureka service http://localhost:9090/
Product service http://localhost:8081/
Product Count service http://localhost:8082/
Config service http://localhost:8888/

Finally, to user, only one end point will be exposed as below

    Gateway Service access http://localhost:8080/
    To access Product Service, use http://localhost:8080/productservice/products/
    To access Product Count Service, use http://localhost:8080/productcountservice/productcount/

NOTE:

Create a local directory for your configuration files of the microservice which will be picked by config server 
on its startup and mention its path in application.yaml of Config Service.

microservice-demo's People

Contributors

nitesh009 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.