Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 726 Bytes

Maven Build Github Package

Overview

Utils communicate with the federation service via apis. It holds all the utility/helper classes which will be used in other repositories.

Getting Started

Prerequisites

  • java 11 or above
  • docker
  • kafka
  • postgresql
  • redis
  • fusion auth
  • lombok plugin for IDE
  • maven

Build

  • build with tests run using command mvn clean install -U
  • or build without tests run using command mvn clean install -DskipTests

Detailed Documentation

Click here