Updated documentation.
This commit is contained in:
parent
bda277bcaa
commit
543637495c
@ -13,4 +13,6 @@
|
|||||||
|
|
||||||
## Sonstiges
|
## Sonstiges
|
||||||
- Reporting
|
- Reporting
|
||||||
- Lombok
|
- Lombok
|
||||||
|
|
||||||
|
## [Fragen und Antworten](qa.md)
|
||||||
|
|||||||
4
documentation/de/qa.md
Normal file
4
documentation/de/qa.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Fragen und Antworten
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -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
|
||||||
|
|||||||
@ -13,4 +13,6 @@
|
|||||||
|
|
||||||
## Other Topics
|
## Other Topics
|
||||||
- Reporting
|
- Reporting
|
||||||
- Lombok
|
- Lombok
|
||||||
|
|
||||||
|
## [Questions and Answers](qa.md)
|
||||||
|
|||||||
2
documentation/en/qa.md
Normal file
2
documentation/en/qa.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Questions and Answers
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user