2024-01-05 23:55:37 +01:00
2023-11-13 21:38:07 +01:00
2023-12-27 11:08:18 +01:00
2022-12-30 09:03:56 +01:00
2023-01-08 17:49:20 +01:00
2024-01-05 23:56:15 +01:00
2024-01-05 23:57:34 +01:00
2024-01-06 09:07:03 +01:00
2023-12-08 20:15:20 +01:00
2023-11-29 19:15:02 +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

Somes tools:

Auto-update dependency:

auto-update to the last version dependency:

mvn versions:use-latest-versions

Format the code

Simply run the cmd-line:

mvn formatter:format

Add Gitea in the dependency for the registry:

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

edit file: ~/.m2/settings.xml

<settings>
  <servers>
    <server>
      <id>gitea</id>
      <configuration>
        <httpHeaders>
          <property>
            <name>Authorization</name>
            <value>token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</value>
          </property>
        </httpHeaders>
      </configuration>
    </server>
  </servers>
</settings>

release:

export PATH=$(ls -d --color=never /usr/lib/jvm/java-2*-openjdk)/bin:$PATH
mvn install
mvn deploy
Description
[MPL2] generic back tools for all websites (simplify back development). it contains a tool to simply access and request bdd with object introspection
Readme MPL-2.0 2.3 MiB
Languages
Java 98.5%
TypeScript 1.4%
Shell 0.1%