Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 618 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 618 Bytes

jag-file-submission backend

A Collection of server side service to facilitate file upload

build

Profile all

this profile will build all projects (apps + libs)

mvn clean install -P all

Profile libs

this profile will build only library modules

mvn clean install -P libs

test

mvn clean verify -P all

Update Version

Run

mvn -f src/backend/pom.xml versions:set -DartifactId=*  -DgroupId=*

caching

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.