Modul Web nach client-web umbenannt.

This commit is contained in:
2026-01-17 16:51:54 +01:00
parent 8089a257d1
commit cfc276242f
14 changed files with 18 additions and 8 deletions

View File

@@ -11,7 +11,6 @@
<artifactId>docs</artifactId>
<!-- ... existing code ... -->
<build>
<plugins>
<plugin>
@@ -29,6 +28,12 @@
<attributes>
<!-- Pfad-Helper, um auf Code in anderen Modulen zuzugreifen -->
<project-root>${project.basedir}/..</project-root>
<project-name>${project.parent.name}</project-name>
<project-version>${project.version}</project-version>
<project-root>${project.basedir}/..</project-root>
<revnumber>${project.version}</revnumber>
<revdate>${maven.build.timestamp}</revdate>
<source-highlighter>coderay</source-highlighter>
</attributes>
</configuration>
</execution>

View File

@@ -1,5 +1,5 @@
= Dokumentation für {project-name}
Vorname Nachname <autor@example.com>
Jens Bühring <jens.buehring@kapdion.com>
:icons: font
== Einleitung
@@ -7,4 +7,7 @@ Dies ist die zentrale Dokumentation für unser Jakarta EE & Spring Projekt.
== Module
* *api-definition*: Enthält die Api.
* *Web*: Angular Frontend und REST-Controller.
* *server-app* Eine Server-Applikation, welche Beispielprodukte zur Verfügung stellt.
* *client-lib* Client-Library
* *client-app* Client-Java-App, verwendet Client-Library
* *client-web*: Angular Implementierung eines Clients