karusic/back
2024-09-01 23:10:40 +02:00
..
default_images [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
release_karideo_back [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
src [FEAT] basic pop-up and upload a single file (can not read) 2024-09-01 23:10:40 +02:00
test [FEAT] upgrade the api generation and search how to manage cover auto-change 2024-09-15 17:56:48 +02:00
.checkstyle [DEV] add test and update to archidata (does not work) 2023-11-11 10:51:44 +01:00
CheckStyle.xml [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
CleanUp.xml [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
Dockerfile [DEV] add test and update to archidata (does not work) 2023-11-11 10:51:44 +01:00
Formatter.xml [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
LICENSE [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
pom.xml [DEV] build docker and correct some typing 2024-09-15 17:58:34 +02:00
README.md [DEV] add test and update to archidata (does not work) 2023-11-11 10:51:44 +01:00

Generic backend for karusic in java

mvn install

mvn compile

mvn package

// download all dependency in out/maven/dependency mvn dependency:copy-dependencies

java -cp out/maven/kar-karusic-0.1.0.jar org.kar.karusic.WebLauncher

// create a single package jar mvn clean compile assembly:single

java -cp out/maven/karusic-0.1.0-jar-with-dependencies.jar org.kar.karusic.WebLauncher