{"id":24641533,"url":"https://github.com/ayonious/springboot-bootstrap","last_synced_at":"2026-04-29T22:36:48.043Z","repository":{"id":42470617,"uuid":"222635220","full_name":"ayonious/springboot-bootstrap","owner":"ayonious","description":"🍀 🏁 Simple Springboot Bootstrapping Project","archived":false,"fork":false,"pushed_at":"2026-04-22T05:42:24.000Z","size":81,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-22T07:36:07.089Z","etag":null,"topics":["bootstrap","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayonious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-19T07:30:05.000Z","updated_at":"2026-04-22T05:42:16.000Z","dependencies_parsed_at":"2026-01-08T03:02:05.763Z","dependency_job_id":null,"html_url":"https://github.com/ayonious/springboot-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayonious/springboot-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Fspringboot-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Fspringboot-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Fspringboot-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Fspringboot-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayonious","download_url":"https://codeload.github.com/ayonious/springboot-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Fspringboot-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32447290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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":["bootstrap","java","spring-boot"],"created_at":"2025-01-25T12:13:52.058Z","updated_at":"2026-04-29T22:36:48.024Z","avatar_url":"https://github.com/ayonious.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring boot bootstrapper Project\n\n[![Build](https://github.com/ayonious/springboot-bootstrap/actions/workflows/build.yml/badge.svg)](https://github.com/ayonious/springboot-bootstrap/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/ayonious/springboot-bootstrap/graph/badge.svg?token=Y2dd2Tlbva)](https://codecov.io/gh/ayonious/springboot-bootstrap)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nClone this project to create your running springboot Application. \nThings that comes this with:\n\n1. Sample Rest Endpoints\n2. Unit Tests and Integration tests with 80%+ code coverage\n3. All updated versions of Dependencies\n4. Lombok Samples\n5. Use of @Value and application.yaml file reading\n\n## Test Coverage\n\nThe project maintains a high level of test coverage with:\n- Unit tests for individual components\n- Integration tests for end-to-end functionality\n- Automated coverage reporting via JaCoCo and Codecov\n\n## Build Status\n\nThe project uses GitHub Actions for continuous integration, running all tests and generating coverage reports on every push and pull request.\n\n## Build and run from jar\n```\nmvn clean package\njava -jar learn-spring/target/learn-spring.jar\n```\n\n## Run through maven command\n```\nmvn clean install\nmvn spring-boot:run\n```\n\n## Test with curl command\n\n```\ncurl -X POST -H \"Content-Type: application/json\" -d '{\"isBody\":\"false\",\"id1\":\"xyz\",\"someStupidId\":\"123321\"}' 'http://localhost:3194/v1/ayon/controller/multiply/12/update'\n```\n\noutput:\n```\nupdatedDatase with12BodyDto(isBody=false, id1=xyz, someStupidId=123321)somethinginRunningMode\n```\n\n## Other learning stuffs:\n\nYou have a collection of @beans that are initialized by @Autowired, values that are assigned to all the variables with @Autowired are initialized by those created @beans. To have @Value, @Beans to be seens by spring you need at least @Configutiaon/@SpringbootAppliccation/@RestController/.. on top of it\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayonious%2Fspringboot-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayonious%2Fspringboot-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayonious%2Fspringboot-bootstrap/lists"}