{"id":15196792,"url":"https://github.com/giabb/spring-framework-basics","last_synced_at":"2026-02-28T15:32:38.448Z","repository":{"id":246765055,"uuid":"821478158","full_name":"giabb/spring-framework-basics","owner":"giabb","description":"This project showcases the fundamental workings of the Spring Framework in Java. It was developed as part of a code challenge to demonstrate an understanding of Spring Framework and to illustrate key programming paradigms.","archived":false,"fork":false,"pushed_at":"2024-06-30T11:55:00.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T09:45:49.224Z","etag":null,"topics":["java","jpa","maven","spring-batch","spring-boot","spring-framework"],"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/giabb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-06-28T16:20:12.000Z","updated_at":"2024-06-30T11:55:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"52ae1376-8e20-4a1a-8625-34512c04f1fb","html_url":"https://github.com/giabb/spring-framework-basics","commit_stats":null,"previous_names":["giabb/springframeworkbasics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/giabb/spring-framework-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giabb%2Fspring-framework-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giabb%2Fspring-framework-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giabb%2Fspring-framework-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giabb%2Fspring-framework-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giabb","download_url":"https://codeload.github.com/giabb/spring-framework-basics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giabb%2Fspring-framework-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29940284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["java","jpa","maven","spring-batch","spring-boot","spring-framework"],"created_at":"2024-09-28T00:03:41.845Z","updated_at":"2026-02-28T15:32:38.424Z","avatar_url":"https://github.com/giabb.png","language":"Java","readme":"# Spring Framework Basics\n\nThis project showcases the fundamental workings of the Spring Framework in Java. It was developed as part of a code challenge to demonstrate an understanding of Spring Framework and to illustrate key programming paradigms.\n\n## Table of Contents\n\n- [Summary](#summary)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n- [Authors](#authors)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n\n## Summary\nThis project showcases the integration of Spring Batch and Spring Boot to process and serve data. It is organized into two subprojects:\n\n- **Batch**: a Spring Batch application.\n- **MS**: a Spring Boot microservice.\n\nFollow the instructions below to set up and run the applications.\n\n## Prerequisites\n\n- Java 21\n- Maven 3.9+\n\n## Getting Started\n\nTo get started, follow these steps:\n\n### Using IntelliJ IDEA\n\n1. Clone the repository.\n2. Open the project in IntelliJ IDEA.\n3. Press 'Run' on the respective main class of each subproject:\n   - Run **Batch** first to initiate the batch processing.\n   - Once **Batch** has completed, a folder named `DB` will be created at the project root. This folder will contain an H2 database file from which the microservice will retrieve data.\n   - Run **MS** to start the microservice.\n\n### Using Command Line\n\nAlternatively, you can use Maven to compile the JAR files and run them from the command line:\n\n```shell\n# Run Batch\ncd Batch\nmvn clean install\njava -jar target/batch-1.0-SNAPSHOT.jar\n\n# Start MS after running batch\ncd ../MS\nmvn clean install\njava -jar target/ms-1.0-SNAPSHOT.jar\n```\n\n## Authors\n\n  - **Giovanbattista Abbate** - [giabb](https://github.com/giabb)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n- **Billie Thompson** - *Provided README Template* - [PurpleBooth](https://github.com/PurpleBooth)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiabb%2Fspring-framework-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiabb%2Fspring-framework-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiabb%2Fspring-framework-basics/lists"}