Skip to content

ezhangjun/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

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.

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 81.1%
  • JavaScript 12.1%
  • TypeScript 4.6%
  • HTML 1.2%
  • Groovy 0.5%
  • CSS 0.4%
  • Shell 0.1%