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
- Host: GitHub
- URL: https://github.com/aravinth2094/microservices
- Owner: aravinth2094
- License: mit
- Created: 2020-04-26T07:27:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T06:10:33.000Z (over 4 years ago)
- Last Synced: 2025-03-30T18:22:15.153Z (12 months ago)
- Topics: config-server, eureka, java, jpa, microservice, spring-boot, zuul
- Language: Java
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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