View on GitHub

Spring Boot Microservice

A look at the microservice architecture

Home Getting Started Documentation
Return to Documentation

Microservices

This project is built primarily around Spring Cloud. It houses all microservice modules that will be registered to the discovery service.

Files

pom.xml

Sub Modules:

Base-Service

A base microservice module used to dictate what each microservice module/submodule should be composed of.

User

A microservice that utilizes OpenFeign for its inter-service communication.

Scraper

A microservice designed to scrape DOM Elements from web pages.