{"id":50318338,"url":"https://github.com/dashaun/hello-spring","last_synced_at":"2026-05-29T01:32:35.576Z","repository":{"id":300301982,"uuid":"1002637794","full_name":"dashaun/hello-spring","owner":"dashaun","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-15T22:51:54.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-12T12:43:26.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashaun.png","metadata":{"files":{"readme":"README.adoc","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,"zenodo":null}},"created_at":"2025-06-15T22:11:25.000Z","updated_at":"2025-06-15T22:45:38.000Z","dependencies_parsed_at":"2025-06-20T23:49:48.677Z","dependency_job_id":"f053f9de-a1b6-48e0-aab4-6fab8b7712ae","html_url":"https://github.com/dashaun/hello-spring","commit_stats":null,"previous_names":["dashaun/hello-spring"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dashaun/hello-spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fhello-spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fhello-spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fhello-spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fhello-spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashaun","download_url":"https://codeload.github.com/dashaun/hello-spring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fhello-spring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33633468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-05-29T01:32:34.591Z","updated_at":"2026-05-29T01:32:35.559Z","avatar_url":"https://github.com/dashaun.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Basic Spring Web Application\n\nThis project contains a web service that will accept HTTP GET requests at\n`http://localhost:8080/greeting`.\n\nIt will respond with a JSON representation of a greeting, as the following listing shows:\n\n====\n[source,json]\n----\n{\"id\":1,\"content\":\"Hello, World!\"}\n----\n====\n\nYou can customize the greeting with an optional `name` parameter in the query string, as\nthe following listing shows:\n\n====\n[source,text]\n----\nhttp://localhost:8080/greeting?name=User\n----\n====\n\nThe `name` parameter value overrides the default value of `World` and is reflected in the\nresponse, as the following listing shows:\n\n====\n[source,json]\n----\n{\"id\":1,\"content\":\"Hello, User!\"}\n----\n====\n\n=== Building and running\n\n[source,bash]\n----\n./mvnw spring-boot:run\n----\n\nThen access the endpoint\n\n[source,bash]\n----\ncurl http://localhost:8080/greeting?name=User\n----","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashaun%2Fhello-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashaun%2Fhello-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashaun%2Fhello-spring/lists"}