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

https://github.com/aravinth2094/microservices

Example project for micro-services using spring boot
https://github.com/aravinth2094/microservices

config-server eureka java jpa microservice spring-boot zuul

Last synced: 11 months ago
JSON representation

Example project for micro-services using spring boot

Awesome Lists containing this project

README

          

# Microservices

## Description
This project contains example of microservices
Git clone this project and import it's child projects into your IDE and start working

## Contents
* Discovery Service
* Configuration Service
* Resource Service
* OAuth Service
* Proxy Service

## Requirements
* Java 8
* MySQL

## Technologies used
* Spring boot
* Spring JPA
* Eureka Discovery Server
* Eureka Discovery Client
* Zuul Proxy
* Spring Cloud OAuth2.0
* Spring Cloud Config Server
* Spring Cloud Config Client

## Roadmap
* UI Service with ReactJS