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"
- Host: GitHub
- URL: https://github.com/jonashackt/java2-examples
- Owner: jonashackt
- License: mit
- Created: 2020-05-11T07:18:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T01:59:05.000Z (about 1 year ago)
- Last Synced: 2025-03-16T02:42:36.551Z (about 1 year ago)
- Language: Java
- Size: 834 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java2-examples
[](https://github.com/jonashackt/java2-examples/actions)
[](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.