karusic/back
2024-08-22 11:29:57 +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 [DEV] first vesion of karisic in react + chakra-ui 2024-08-22 11:29:57 +02:00
test [FEAT] many renaming 2024-08-15 11:47:50 +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 [FEAT] many renaming 2024-08-15 11:47:50 +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