Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 434 Bytes

Spring Shared Components

This Micro Service Lib module contains shared code for all Spring Boot REST Services

Any duplicate business logic code from all Spring REST Services in services/*** should be centralized in this module.

Note: code here is not reusable beyond this workspace domain.

Test

gradle libs:spring:test

Build

gradle libs:spring:clean
gradle libs:spring:build