Updated documentation.

This commit is contained in:
Konrad Neitzel 2024-05-27 14:54:29 +02:00
parent bda277bcaa
commit 543637495c
5 changed files with 17 additions and 2 deletions

View File

@ -14,3 +14,5 @@
## Sonstiges ## Sonstiges
- Reporting - Reporting
- Lombok - Lombok
## [Fragen und Antworten](qa.md)

4
documentation/de/qa.md Normal file
View File

@ -0,0 +1,4 @@
# Fragen und Antworten

View File

@ -27,6 +27,11 @@ To build the image with jpackage, the profile image must be used:
To build the native image with GraalVM, the profile native must be used: To build the native image with GraalVM, the profile native must be used:
```./mvnw -Dnative install``` ```./mvnw -Dnative install```
### Build a fat jar file
You can build a fat jar file using the fatjar Image:
```./mvnw -Dfatjar package```
## Static code analysis results ## Static code analysis results
The static code analysis is done during the build of the application. The results can be found in The static code analysis is done during the build of the application. The results can be found in

View File

@ -14,3 +14,5 @@
## Other Topics ## Other Topics
- Reporting - Reporting
- Lombok - Lombok
## [Questions and Answers](qa.md)

2
documentation/en/qa.md Normal file
View File

@ -0,0 +1,2 @@
# Questions and Answers