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

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

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

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# java1-examples
[![Build Status](https://github.com/jonashackt/java1-examples/workflows/java1-examples/badge.svg)](https://github.com/jonashackt/java1-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. E.g. find the Design Patterns described in [09-ood-patterns/README.md](09-ood-patterns/README.md).