Skip to content

A collection of code examples from blog posts etc.

License

Notifications You must be signed in to change notification settings

EF03/code-examples

 
 

Repository files navigation

Example Code Repository

Travis CI Status

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

Modules should be as independent as possible. There are groups of modules that only work together, but other than that, a module should have its own build.

See build-all.sh for all builds that are run in the CI pipeline.

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.

About

A collection of code examples from blog posts etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.9%
  • JavaScript 10.9%
  • TypeScript 4.1%
  • HTML 1.1%
  • Groovy 0.4%
  • CSS 0.4%
  • Shell 0.2%