This repo contains example projects which show how to use different (not only) Java technologies. The examples are usually accompanied by a blog post on https://reflectoring.io.
See the READMEs in each subdirectory of this repo for more information.
All modules require Java 11 to compile and run.
The build is configured so that you can build all modules at once or each module separately.
In the main folder, run
./gradlew clean build
In the folder of the module, run
./gradlew clean build
Some folders contain non-Java projects. For those, refer to the README within the module folder.