{"id":24689568,"url":"https://github.com/lucasdota/workshop-springboot3-jpa","last_synced_at":"2026-04-30T22:37:36.824Z","repository":{"id":260151992,"uuid":"878533768","full_name":"Lucasdota/workshop-springboot3-jpa","owner":"Lucasdota","description":"O projeto tem como objetivo consolidar conhecimentos de desenvolvimento backend com foco em Java e na arquitetura orientada a objetos. Ele contempla a implementação de uma aplicação estruturada em camadas lógicas, com operações de manipulação de dados e tratamento de exceções.","archived":false,"fork":false,"pushed_at":"2024-11-01T22:26:06.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T17:31:12.042Z","etag":null,"topics":["backend","java","jpa-hibernate","postgresql","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lucasdota.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,"zenodo":null}},"created_at":"2024-10-25T15:10:05.000Z","updated_at":"2024-11-01T22:26:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3025713-264d-4ced-8bd6-523e2737c324","html_url":"https://github.com/Lucasdota/workshop-springboot3-jpa","commit_stats":null,"previous_names":["lucasdota/workshop-springboot3-jpa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lucasdota/workshop-springboot3-jpa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasdota%2Fworkshop-springboot3-jpa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasdota%2Fworkshop-springboot3-jpa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasdota%2Fworkshop-springboot3-jpa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasdota%2Fworkshop-springboot3-jpa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lucasdota","download_url":"https://codeload.github.com/Lucasdota/workshop-springboot3-jpa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucasdota%2Fworkshop-springboot3-jpa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32479448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["backend","java","jpa-hibernate","postgresql","spring-boot"],"created_at":"2025-01-26T18:16:28.597Z","updated_at":"2026-04-30T22:37:31.816Z","avatar_url":"https://github.com/Lucasdota.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projeto web services com Spring Boot e JPA / Hibernate\n[![NPM](https://img.shields.io/npm/l/react)](https://github.com/Lucasdota/workshop-springboot3-jpa/blob/master/LICENSE)\n\n# Sobre o projeto\nEsta aplicação backend foi desenvolvida como projeto de conclusão do curso Java COMPLETO Programação Orientada a Objetos, oferecido pela [DevSuperior](https://github.com/devsuperior) na plataforma Udemy, com mais de 160 mil alunos.\n\nO projeto tem como objetivo consolidar conhecimentos de desenvolvimento backend com foco em Java e na arquitetura orientada a objetos. Ele contempla a implementação de uma aplicação estruturada em camadas lógicas, com operações de manipulação de dados e tratamento de exceções.\n\n# Funcionalidades\n- **Modelagem de usuários**: Estruturação de entidades para usuários, incluindo atributos como id, nome, email, telefone e senha.\n- **Operações CRUD**: Implementação das operações de Create, Retrieve, Update e Delete para gerenciar registros no banco de dados.\n- **Tratamento de exceções**: Mecanismos de captura e resposta para exceções comuns, garantindo maior robustez e usabilidade da aplicação.\n\n## Modelo de domínio\n![image](https://github.com/user-attachments/assets/e0d29779-b76b-4ad0-b140-da9986cdaba1)\n\n## Domínio de instância\n![image](https://github.com/user-attachments/assets/aa254914-65ea-4758-93a7-33f8f918d6df)\n\n## Camadas lógicas\n![image](https://github.com/user-attachments/assets/6e1a16eb-c6cc-433a-ad1b-c886b62f9c69)\n\n# Como Executar\n1. Clone o repositório:\n```bash\ngit clone https://github.com/Lucasdota/workshop-springboot3-jpa\n```\n2. Importe o projeto na IDE de sua preferência.\n3. Compile e execute a classe principal, onde as operações CRUD podem ser simuladas.\n\n# Tecnologias utilizadas\n- Java\n- Spring Boot\n- JPA / Hibernate\n- Maven\n- PostgreSQL\n\n# Autor\nhttps://www.linkedin.com/in/lucas-dota-trombini/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasdota%2Fworkshop-springboot3-jpa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasdota%2Fworkshop-springboot3-jpa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasdota%2Fworkshop-springboot3-jpa/lists"}