View on GitHub

Spring Boot Microservice

A look at the microservice architecture

Home Getting Started Documentation
Return to Documentation

Utils

This project contains utility modules meant to simplify common problems that present themselves in spring web/rest applications.

Files

pom.xml

Sub Modules:

Validator

This module contains several validation interfaces that supply their own static implementations of their methods. The ValidationBuilder implements all of the other Builder interfaces. The Builder interfaces contain default methods to call their respective validation methods, update the Builder’s valid status, record tests failed and return the ValidatorBuilder.

Jackson-Mapping

Contains interfaces that describe how the service should behave.