karusic/back
2024-02-26 00:01:05 +01: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 [DEV] correct the backend can not insert trach artist ... fail t in archidata model 2024-02-26 00:01:05 +01:00
test [DEV] update nearly all 2023-11-26 22:48:09 +01: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
db.sql [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] correct the backend can not insert trach artist ... fail t in archidata model 2024-02-26 00:01:05 +01: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