karso/back
2024-05-01 23:13:49 +02:00
..
env_dev [DEV] review with new model 2023-10-14 12:22:21 +02:00
src [DEV] update back with archidata and upgrade 2024-05-01 23:13:49 +02:00
test [DEV] updat to the new model (READY) 2024-01-18 23:34:43 +01:00
.classpath [DEV] update with archidata refacto 2023-11-11 10:49:15 +01:00
.project [DEV] update with archidata refacto 2023-11-11 10:49:15 +01:00
.properties [DEV] folow the archidata API 2023-10-25 23:54:40 +02:00
CheckStyle.xml [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
CleanUp.xml [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
Dockerfile [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
Formatter.xml [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
LICENSE [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
pom.xml [DEV] update back with archidata and upgrade 2024-05-01 23:13:49 +02:00
properties.txt [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
README.md [DEV] update with archidata refacto 2023-11-11 10:49:15 +01:00

Generic karso interface

mvn install

mvn compile

mvn package

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

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

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

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