{"id":21151200,"url":"https://github.com/gtsopour/springbootrest","last_synced_at":"2026-05-21T10:06:26.724Z","repository":{"id":152436934,"uuid":"179932568","full_name":"gtsopour/springbootrest","owner":"gtsopour","description":"Spring Boot REST API project (spring-data-rest, spring-data-jpa, h2 database)","archived":false,"fork":false,"pushed_at":"2019-04-08T12:20:40.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T14:26:22.994Z","etag":null,"topics":["h2database","spring-boot","spring-data-jpa","spring-data-rest"],"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/gtsopour.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}},"created_at":"2019-04-07T07:38:52.000Z","updated_at":"2020-08-03T06:11:34.000Z","dependencies_parsed_at":"2023-07-25T19:49:37.758Z","dependency_job_id":null,"html_url":"https://github.com/gtsopour/springbootrest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gtsopour/springbootrest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtsopour%2Fspringbootrest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtsopour%2Fspringbootrest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtsopour%2Fspringbootrest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtsopour%2Fspringbootrest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtsopour","download_url":"https://codeload.github.com/gtsopour/springbootrest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtsopour%2Fspringbootrest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33297210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"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":["h2database","spring-boot","spring-data-jpa","spring-data-rest"],"created_at":"2024-11-20T10:14:36.871Z","updated_at":"2026-05-21T10:06:26.708Z","avatar_url":"https://github.com/gtsopour.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot REST API project (spring-data-rest, spring-data-jpa, h2 database)\nSpring Boot REST API project (spring-data-rest, spring-data-jpa, h2 database)\n\n    'org.springframework.boot:spring-boot-starter-data-rest'\n    'org.springframework.boot:spring-boot-starter-data-jpa'\n    'com.h2database:h2'\n    \nSpring Security (Basic Authentication) implementation is currently a work in progress.\n\n## CRUD Operations (Postman collection is included)\n* Get all places\u003cbr/\u003e\n`GET http://localhost:8080/places`\n\n* Get place by name\u003cbr/\u003e\n`GET http://localhost:8080/places/name/Bern`\n\n* Get place by id\u003cbr/\u003e\n`GET http://localhost:8080/places/{id}`\n\n* Create new place\u003cbr/\u003e\n`POST http://localhost:8080/places`\n\n* Update a place by id\u003cbr/\u003e\n`PUT http://localhost:8080/places/{id}`\n\n* Delete a place by id\u003cbr/\u003e\n`DELETE http://localhost:8080/places/{id}`\n\n## Places Array (@Id @GenericGenerator(name=\"system-uuid\", strategy = \"uuid2\"))\n    [\n        {\n            \"id\": \"cfdafea1-5b8f-4b67-9a28-206e21ae30e1\",\n            \"name\": \"Zurich\",\n            \"description\": \"Zurich description\"\n        },\n        {\n            \"id\": \"9ede8e67-20e3-46a3-8ac2-6e2430f1af78\",\n            \"name\": \"St. Gallen\",\n            \"description\": \"St. Gallen description\"\n        },\n        {\n            \"id\": \"3ef27384-3753-46b2-b610-6e7ff2eb636b\",\n            \"name\": \"Bern\",\n            \"description\": \"Bern description\"\n        },\n        {\n            \"id\": \"698e574a-d129-45b6-b38a-002485b70c13\",\n            \"name\": \"Lucern\",\n            \"description\": \"Lucern description\"\n        },\n        {\n            \"id\": \"60b963a2-1476-4953-a282-cb24ad11815c\",\n            \"name\": \"Basel\",\n            \"description\": \"Basel description\"\n        },\n        {\n            \"id\": \"3dacb04f-3c36-4646-814a-fb9069bdcabf\",\n            \"name\": \"Geneva (Updated)\",\n            \"description\": \"Geneva description (Updated)\"\n        }\n    ]\n\nFor any extra questions, please contact me at gtsopour@gmail.com. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtsopour%2Fspringbootrest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtsopour%2Fspringbootrest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtsopour%2Fspringbootrest/lists"}