4c1318cc50faf1c81c2f7c1f8180aadb8889002e
Example Code Repository
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.
Java
All modules require Java 11 to compile and run.
Building with Gradle
The build is configured so that you can build all modules at once or each module separately.
Building all Modules at Once
In the main folder, run
./gradlew clean build
Building a Module Separately
In the folder of the module, run
./gradlew clean build
Non-Java Modules
Some folders contain non-Java projects. For those, refer to the README within the module folder.
Description
Languages
Java
88.2%
JavaScript
5.7%
HTML
2.5%
TypeScript
1.8%
Shell
0.6%
Other
1.1%