{"id":22765013,"url":"https://github.com/ssherwood/spring-boot-jpa","last_synced_at":"2025-04-14T23:26:00.189Z","repository":{"id":147775384,"uuid":"76115451","full_name":"ssherwood/spring-boot-jpa","owner":"ssherwood","description":"A Spring Boot microservices reference application using Spring Data JPA","archived":false,"fork":false,"pushed_at":"2022-10-14T16:53:33.000Z","size":387,"stargazers_count":24,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T11:21:26.200Z","etag":null,"topics":["assertj","bean-validation","hibernate","jackson","jpa","microservice","rest-api","spring-boot","spring-data","work-in-progress"],"latest_commit_sha":null,"homepage":"https://ssherwood.github.io/spring-boot-jpa/","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/ssherwood.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":"2016-12-10T13:52:50.000Z","updated_at":"2024-03-31T14:18:45.000Z","dependencies_parsed_at":"2023-04-19T04:58:23.818Z","dependency_job_id":null,"html_url":"https://github.com/ssherwood/spring-boot-jpa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssherwood%2Fspring-boot-jpa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssherwood%2Fspring-boot-jpa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssherwood%2Fspring-boot-jpa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssherwood%2Fspring-boot-jpa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssherwood","download_url":"https://codeload.github.com/ssherwood/spring-boot-jpa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248976728,"owners_count":21192459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["assertj","bean-validation","hibernate","jackson","jpa","microservice","rest-api","spring-boot","spring-data","work-in-progress"],"created_at":"2024-12-11T12:11:19.286Z","updated_at":"2025-04-14T23:26:00.184Z","avatar_url":"https://github.com/ssherwood.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot / Spring Data JPA: A Reference Application\n\n[![Build Status](https://travis-ci.org/ssherwood/spring-boot-jpa.svg)](https://travis-ci.org/ssherwood/spring-boot-jpa)\n[![Known Vulnerabilities](https://snyk.io/test/github/ssherwood/spring-boot-jpa/badge.svg)](https://snyk.io/test/github/ssherwood/spring-boot-jpa)\n[![License](https://img.shields.io/badge/license-Apache%20License%202.0-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n## Overview and History\n\nThis project is a revisit of one that I did a few years back in 2014 when I took part in the\n[Coursera](https://www.coursera.org/) Specialization on [Android Development](https://www.coursera.org/specializations/android-app-development).\n\nDuring the final Capstone class, we were given the choice of several projects to implement and I\nchose one that was both interesting and had a personal connection: an application to help cancer\npatients self-report on their pain symptoms so that their doctors could be notified of extended\ndurations of persistent pain or the inability to eat.  In theory, this could help doctors to\ndirectly interact with their patients much more quickly and hopefully identify issues before\nletting them get out of control.\n\nA brief article about the original project was published on the Vanderbilt School of Engineering's\n[web site](http://engineering.vanderbilt.edu/news/2014/capstone-app-project-for-mooc-aims-to-track-help-manage-cancer-patients-pain/).\n\nMy original server-side implementation of the Capstone project was also my first real interaction\nwith Spring Boot and since then, I've always felt that there many improvements that I could have\nmade.\n\nBelow are links to my development journal with more detailed information about the challenges and\ndecisions that I made during the ongoing implementation of the project:\n\n## My Development Journal\n\n- [Bootstrap the Application](http://undertree.io/spring-boot-jpa/bootstrap-your-application)\n- [Start with the Domain](http://undertree.io/spring-boot-jpa/start-with-a-domain-entity)\n- [Create a Repository](http://undertree.io/spring-boot-jpa/create-a-repository)\n- [Create a REST Controller](http://undertree.io/spring-boot-jpa/create-a-rest-controller)\n- [Add a Patient via POST](http://undertree.io/spring-boot-jpa/add-patient-via-post-method)\n- [Extending the Patient Model (Part 1)](http://undertree.io/spring-boot-jpa/extending-patient-model-1)\n- [Extending the Patient Model (Part 2)](http://undertree.io/spring-boot-jpa/extending-patient-model-2)\n- TBD\n\n# Additional Resources\n\n- [Spring Boot Reference Guide](https://docs.spring.io/spring-boot/docs/current/reference/html/)\n- [Spring Data JPA](http://docs.spring.io/spring-data/jpa/docs/current/reference/html/)\n- [QueryDsl](http://www.querydsl.com/)\n- [Hibernate ORM](http://hibernate.org/orm/)\n- [Hibernate Validator](http://hibernate.org/validator/)\n- [Jackson](http://wiki.fasterxml.com/JacksonHome)\n- [H2 Database](http://www.h2database.com/html/main.html)\n- [AssertjJ](https://joel-costigliola.github.io/assertj/)\n\n\n# NOTES\n\n```how to kill an instance\ncf curl /v2/apps/{app-id}/instances/{instance-index} -X 'DELETE'\n```\n\n# License\n\n    Copyright 2016-2018 Shawn Sherwood\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssherwood%2Fspring-boot-jpa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssherwood%2Fspring-boot-jpa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssherwood%2Fspring-boot-jpa/lists"}