laudominik/jee-lab-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
* Project for JEE Labs It's a simple app that implements some functionality for "Biura i ludzie" (a variation on tabletop RPGs where you are an office worker doing some job) Built using Jakarta EE. * UUIDs Check out: https://www.uuidgenerator.net/ * Config Configurable params: * fsRepoDir - directory for filesystem storage (i.e. profile pictures) * Building Build command: JAVA_HOME=<path_to_jdk_home> mvn package * Running Run command: mvn -P liberty liberty:dev * Testing See test/requests. Run it using for example VSCode REST Client. * Features missing from main branch (they are on their respective branches) * chat (lab7) * filtering (lab8)