{"id":15563298,"url":"https://github.com/jveverka/java-boot-camp","last_synced_at":"2025-08-09T00:04:32.616Z","repository":{"id":36112668,"uuid":"215098540","full_name":"jveverka/java-boot-camp","owner":"jveverka","description":"Simple java guidelines and examples to enter java projects and programming world.","archived":false,"fork":false,"pushed_at":"2023-07-07T21:55:12.000Z","size":816,"stargazers_count":6,"open_issues_count":6,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T04:31:42.672Z","etag":null,"topics":["annotations","education","educational","java11","lambdas","maven","project-demo"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jveverka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-14T16:55:10.000Z","updated_at":"2025-03-26T15:56:40.000Z","dependencies_parsed_at":"2025-03-06T19:41:38.508Z","dependency_job_id":null,"html_url":"https://github.com/jveverka/java-boot-camp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fjava-boot-camp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fjava-boot-camp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fjava-boot-camp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fjava-boot-camp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jveverka","download_url":"https://codeload.github.com/jveverka/java-boot-camp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250529560,"owners_count":21445641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["annotations","education","educational","java11","lambdas","maven","project-demo"],"created_at":"2024-10-02T16:21:13.071Z","updated_at":"2025-04-23T23:20:27.498Z","avatar_url":"https://github.com/jveverka.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Java11](https://img.shields.io/badge/java-11-blue)](https://img.shields.io/badge/java-11-blue)\n[![Maven](https://img.shields.io/badge/maven-3.6-blue)](https://img.shields.io/badge/maven-3.6-blue)\n![Build and Test](https://github.com/jveverka/java-boot-camp/workflows/Build%20and%20Test/badge.svg)\n\n# Java Boot Camp\n\n![logo](docs/java-bootcamp.png)\n\n### Environment setup\nPlease make sure you have installed:\n* [Open JDK 11.0.10+9](https://adoptium.net/?variant=openjdk11\u0026jvmVariant=hotspot).\n* [Apache maven 3.6.3](https://maven.apache.org/download.cgi) or higher.\n* [git scm](https://git-scm.com/) source code management.\n* Install IDE of your choice or use [IntelliJ IDEA](https://www.jetbrains.com/idea/download/).\n\n### Clone and build this project\n```\ngit clone https://github.com/jveverka/java-boot-camp.git\ncd java-boot-camp\nmvn clean install\n```\nOpen project in [IntelliJ IDEA](docs/ide-instructions.md).\n\n### Examples and Lessons \n 1. [__java tips__](docs/JAVA-TIPS.md) - an introduction to java ecosystem.\n 2. [__programming tips__](docs/JAVA-Programming.md) - tips for better code quality.\n 3. [__Java Modules and APIs__](docs/JAVA-APIs.md) - list of important Java Modules and Standard APIs.  \n 4. [__simple-project__](simple-project) - very simple maven java project.\n 5. [__lambda expressions__](lambdas) - lambda expression examples.\n 6. [__entropy-demo__](entropy-demo) - entropy calculation, parametric tests and mutation testing.   \n 7. [__mt-demo__](mt-demo) - multi-threading demo.\n 8. [__annotations-demo__](annotations-demo) - annotation demo.\n 9. [__java-beans-demo__](java-bean-demo) - JSON serialization and deserialization of java beans.\n10. [__service-demo__](service-demo) - simple data store service.\n11. [__dependency-injection__](dependency-injection) - simple reflection based DI framework.\n12. [__mt-testing__](mt-testing) - multi-threading junit tests.\n\n### Advanced Examples \n* [__Java 11 Examples__](https://github.com/jveverka/java-11-examples) - Advanced Java 11 examples.\n* [__Java 17 Examples__](https://github.com/jveverka/java-17-examples) - Advanced Java 17 examples.\n* [__Spring Boot Examples__](https://github.com/jveverka/spring-examples) - Advanced SpringBoot examples.\n\n### Related Topics\n* [__Understanding JVM__](https://dzone.com/articles/understanding-jvm-internals) - Java Virtual Machine Internals explained.\n* [__http-details__](docs/http-details.md) - family http related protocols (RFCs). \n* [__Spring Initializr__](https://start.spring.io/) - generate your first spring project __now__ !\n\n### How to fix bugs or contribute\nCheck [this guide](https://github.com/jveverka/do-not-ask-why/blob/master/github/README.md) if you want to contribute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjveverka%2Fjava-boot-camp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjveverka%2Fjava-boot-camp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjveverka%2Fjava-boot-camp/lists"}