An open API service indexing awesome lists of open source software.

https://github.com/jonashackt/java2-examples

Example code showing things from the lecture in "real life"
https://github.com/jonashackt/java2-examples

Last synced: about 1 year ago
JSON representation

Example code showing things from the lecture in "real life"

Awesome Lists containing this project

README

          

# java2-examples
[![Build Status](https://github.com/jonashackt/java2-examples/workflows/java2-examples/badge.svg)](https://github.com/jonashackt/java2-examples/actions)
[![renovateenabled](https://img.shields.io/badge/renovate-enabled-yellow)](https://renovatebot.com)

Example code showing things from the lecture in "real life"

### HowTo use this project

Clone it, import as Maven project into IntelliJ (via [pom.xml](pom.xml)) and have fun :)

Refer to the module's `README.md` files for more info about the specific topic.