Utils communicate with the federation service via apis. It holds all the utility/helper classes which will be used in other repositories.
- java 11 or above
- docker
- kafka
- postgresql
- redis
- fusion auth
- lombok plugin for IDE
- maven
- build with tests run using command mvn clean install -U
- or build without tests run using command mvn clean install -DskipTests