No description
  • Java 99.8%
  • Go Template 0.2%
Find a file
Rei Schädeli 34b2c77a91
All checks were successful
ci/woodpecker/tag/buildx Pipeline was successful
ci/woodpecker/tag/helm Pipeline was successful
ci/woodpecker/push/buildx Pipeline was successful
ci/woodpecker/push/sonarqube Pipeline was successful
[maven-release-plugin] prepare release 3.8.5
2026-06-26 09:52:22 +02:00
.mvn/wrapper updated 2025-10-27 20:43:17 +01:00
.woodpecker ci: sonarqube 2026-06-12 10:24:35 +02:00
db-service [maven-release-plugin] prepare release 3.8.5 2026-06-26 09:52:22 +02:00
generic-workbook [maven-release-plugin] prepare release 3.8.5 2026-06-26 09:52:22 +02:00
.gitignore import 2025-10-23 11:08:30 +02:00
LICENSE add license 2026-03-10 08:58:44 +01:00
mvnw updated 2025-10-27 20:43:17 +01:00
mvnw.cmd updated 2025-10-27 20:43:17 +01:00
pom.xml [maven-release-plugin] prepare release 3.8.5 2026-06-26 09:52:22 +02:00
README.md doc: update readme command 2026-06-03 13:25:18 +02:00
sbom.org updated sbom 2026-05-23 12:31:09 +02:00

Workbook

This repository contains the previously separate intens-db-service, gendas and generic-workbook merged into one project for ease of use, as these were not used separately anyway.

The generic-workbook submodule is still kept separate as the db-service still gets used in other projects like the ldpem workbook. The goal is to one day also have that be the generic workbook.

Package

By default, both db-service and generic-workbook are built when executing a maven command. You can package the submodules individually by using the --projects CLI argument.

./mvnw clean package --projects db-service

For the commands that are only relevant to one module, the poms are configured in a way to only run them in their respective module. That mainly concerns the deploy and spring-boot:build-image commands.

So to make an OCI image of the workbook with the newest db-service you can just run this command right in the root directory:

./mvnw clean install spring-boot:build-image-no-fork