{"id":21634413,"url":"https://github.com/solangeug/simple-jpa-application","last_synced_at":"2026-05-10T14:47:46.184Z","repository":{"id":91394876,"uuid":"124305448","full_name":"SolangeUG/simple-jpa-application","owner":"SolangeUG","description":"A simple JPA (Java Persistence API) application with Spring Boot and a H2 in memory database.","archived":false,"fork":false,"pushed_at":"2018-04-26T12:39:27.000Z","size":81,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T22:40:41.564Z","etag":null,"topics":["h2-database","java-8","jpa","spring-boot"],"latest_commit_sha":null,"homepage":null,"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/SolangeUG.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":"2018-03-07T23:07:48.000Z","updated_at":"2018-04-26T12:39:28.000Z","dependencies_parsed_at":"2023-03-05T18:45:40.772Z","dependency_job_id":null,"html_url":"https://github.com/SolangeUG/simple-jpa-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SolangeUG/simple-jpa-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Fsimple-jpa-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Fsimple-jpa-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Fsimple-jpa-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Fsimple-jpa-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolangeUG","download_url":"https://codeload.github.com/SolangeUG/simple-jpa-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Fsimple-jpa-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32860226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"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":["h2-database","java-8","jpa","spring-boot"],"created_at":"2024-11-25T03:16:38.688Z","updated_at":"2026-05-10T14:47:46.176Z","avatar_url":"https://github.com/SolangeUG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Simple Spring Boot \u0026 JPA Application\n\n[![MIT License](https://img.shields.io/badge/license-MIT%20License-green.svg)][1]\n[![Java Platform](https://img.shields.io/badge/platform-Java-blue.svg)][2]\n[![JPA Specification](https://img.shields.io/badge/specification-JPA-657885.svg)][3]\n[![Spring Boot Framework](https://img.shields.io/badge/framework-Spring%20Boot-6DB33F.svg)][4]\n\nThis project showcases a simple use of the [Java Persistence API][5] model for object-relational mapping, \nin a REST API Spring Boot application. \n\n## Languages - Libraries - Tools\n\n- [Java SE 8][6]\n- [Java Persistence API][5]\n- [Maven 3.3+][7]\n- [Spring Boot][4]\n- [H2 Embedded Database][8]\n- Any code/text editor ([atom][9]) or IDE ([IntelliJ][10]) of your choice.\n\n## Resources\n\n\n\n## License\n\n[The MIT License (MIT)][11]\n\n````\nCopyright (c) 2018 Solange Umuhire Gasengayire.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n````\n\n[1]: https://github.com/SolangeUG/simple-jpa-application/blob/master/LICENSE\n[2]: https://docs.oracle.com/en/java/\n[3]: http://www.oracle.com/technetwork/java/javaee/tech/persistence-jsp-140049.html\n[4]: https://projects.spring.io/spring-boot/\n[5]: https://docs.oracle.com/javaee/7/tutorial/persistence-intro.htm#BNBPZ\n[6]: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html\n[7]: https://maven.apache.org/download.cgi\n[8]: http://www.h2database.com/html/features.html#in_memory_databases\n[9]: https://atom.io/\n[10]: https://www.jetbrains.com/idea/download\n[11]: https://opensource.org/licenses/MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolangeug%2Fsimple-jpa-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolangeug%2Fsimple-jpa-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolangeug%2Fsimple-jpa-application/lists"}