A Collection of server side service to facilitate file upload
this profile will build all projects (apps + libs)
mvn clean install -P all
this profile will build only library modules
mvn clean install -P libs
mvn clean verify -P all
Run
mvn -f src/backend/pom.xml versions:set -DartifactId=* -DgroupId=*
Currently lookups are cached using redis. In the event of a code table change redis should be restarted. Check the api for activity beore doing so.