karso/back
Edouard DUPIN faf60ed89b [FIX] many correction:
- missing some @Produces
  - update logger in static
  - some coding style
  - Some error in code
2024-05-09 00:20:18 +02:00
..
env_dev [DEV] review with new model 2023-10-14 12:22:21 +02:00
src [FIX] many correction: 2024-05-09 00:20:18 +02:00
test [FIX] many correction: 2024-05-09 00:20:18 +02: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 [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 [FEAT] update the foramtter 2024-05-09 00:17:50 +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