Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.74 KB

README.md

File metadata and controls

50 lines (42 loc) · 2.74 KB

License: MIT Java11 Maven Build and Test

Java Boot Camp

logo

Environment setup

Please make sure you have installed:

Clone and build this project

git clone https://github.com/jveverka/java-boot-camp.git
cd java-boot-camp
mvn clean install

Open project in IntelliJ IDEA.

Examples and Lessons

  1. java tips - an introduction to java ecosystem.
  2. programming tips - tips for better code quality.
  3. Java Modules and APIs - list of important Java Modules and Standard APIs.
  4. simple-project - very simple maven java project.
  5. lambda expressions - lambda expression examples.
  6. entropy-demo - entropy calculation, parametric tests and mutation testing.
  7. mt-demo - multi-threading demo.
  8. annotations-demo - annotation demo.
  9. java-beans-demo - JSON serialization and deserialization of java beans.
  10. service-demo - simple data store service.
  11. dependency-injection - simple reflection based DI framework.
  12. mt-testing - multi-threading junit tests.

Advanced Examples

Related Topics

How to fix bugs or contribute

Check this guide if you want to contribute.