Modul Web nach client-web umbenannt.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user