Update README.md

This commit is contained in:
Konrad Neitzel 2023-03-11 16:18:15 +01:00 committed by GitHub
parent 1b9894423e
commit 67408a481d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ Example Maven Project for a Java Application.
This project includes: This project includes:
- Lombok to reduce boilerplate code - Lombok to reduce boilerplate code
- Adding module-info for dependencies that are missing these. - Adding module-info for dependencies that are missing these.
- Unit Tests are run at build
- static code analysis with PMD and spotbugs - static code analysis with PMD and spotbugs
- Creation of image (JLink) and app-image (JPackage) - Creation of image (JLink) and app-image (JPackage)
- Creation of native binary (GraalVM) - Creation of native binary (GraalVM)
@ -16,4 +15,4 @@ Create native executable with GraalVM use one of these:
Create image (JLink and JPackage): Create image (JLink and JPackage):
- ./mvnw -PImage package - ./mvnw -PImage package
- ./mvnw -DImage package - ./mvnw -DImage package