[MPL2] generic back tools for all websites (simplify back development). it contains a tool to simply access and request bdd with object introspection
Go to file
2022-12-13 22:37:17 +01:00
src/org/kar/archidata [DEV] add other common elements 2022-12-13 22:37:17 +01:00
.classpath [DEV] extarct maximul from karauth and karusic 2022-11-07 00:28:34 +01:00
.project [DEV] extarct maximul from karauth and karusic 2022-11-07 00:28:34 +01:00
CheckStyle.xml [DEV] extarct maximul from karauth and karusic 2022-11-07 00:28:34 +01:00
CleanUp.xml [DEV] extarct maximul from karauth and karusic 2022-11-07 00:28:34 +01:00
Formatter.xml [DEV] extarct maximul from karauth and karusic 2022-11-07 00:28:34 +01:00
LICENSE [DEV] extarct maximul from karauth and karusic 2022-11-07 00:28:34 +01:00
pom.xml [DEV] add other common elements 2022-12-13 22:37:17 +01:00
README.md [DEV] add other common elements 2022-12-13 22:37:17 +01:00

Generic backend for archidata in java

mvn install

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

generic interface for all KAR web application

Read instruction for tocken in ~/.m2/setting.xml

release:

export PATH=/usr/lib/jvm/java-18-openjdk/bin:$PATH mvn install mvn deploy