karso/back
2024-06-02 22:26:33 +02:00
..
env_dev [DEV] update new model generation of Typescript 2024-05-29 00:04:24 +02:00
src [FEAT] some corrections and update dependency 2024-06-02 22:24:23 +02:00
test [FEAT] some corrections and update dependency 2024-06-02 22:24:23 +02:00
.classpath [DEV] update new model generation of Typescript 2024-05-29 00:04:24 +02:00
.project [FEAT] some corrections and update dependency 2024-06-02 22:24:23 +02: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 [FEAT] update the foramtter 2024-05-09 00:17:50 +02:00
LICENSE [DEV] basic functionnal version without history 2023-01-04 22:18:15 +01:00
pom.xml [RELEASE] create version v0.8.0 2024-06-02 22:26:33 +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