Konrad Neitzel 312a9c92b2 - fixed spelling error in README.md
- Added Mockito Dependency
2022-11-20 09:29:33 +01:00
2022-08-22 12:42:40 +02:00
2022-09-25 19:09:11 +02:00
2022-07-16 17:32:47 +02:00
2022-07-16 17:32:47 +02:00
2022-11-20 09:29:33 +01:00
2022-11-20 09:29:33 +01:00

Java Maven Project

Example Maven Project for a Java Application.

This project includes:

  • Lombok to reduce boilerplate code
  • Adding module-info for dependencies that are missing these.
  • Unit Tests are run at build
  • static code analysis with PMD and spotbugs
  • Creation of image (JLink) and app-image (JPackage)
  • Creation of native binary (GraalVM)

Create native executable with GraalVM use one of these:

  • ./mvnw -PGraalVM package
  • ./mvnw -DGraalVM package

Create image (JLink and JPackage):

  • ./mvnw -PImage package
  • ./mvnw -DImage package
Description
Maven example project as template
Readme 249 KiB
Languages
Java 100%