{"id":19092348,"url":"https://github.com/maxjdev/person_management_system_with_addresses","last_synced_at":"2026-05-03T01:43:02.897Z","repository":{"id":237259774,"uuid":"794133647","full_name":"maxjdev/person_management_system_with_addresses","owner":"maxjdev","description":"API REST: Sistema de gerenciamento de pessoas e/com endereços.","archived":false,"fork":false,"pushed_at":"2024-05-01T19:07:50.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T07:42:00.467Z","etag":null,"topics":["devtools","documentation","h2-database","hibernate","java","jpa","junit","lombok","maven","mockito","mockmvc","rest-api","spring","spring-boot","swagger","test","validation","webmvc"],"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/maxjdev.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":"2024-04-30T14:14:59.000Z","updated_at":"2024-05-01T19:10:08.000Z","dependencies_parsed_at":"2024-05-01T20:08:56.218Z","dependency_job_id":null,"html_url":"https://github.com/maxjdev/person_management_system_with_addresses","commit_stats":null,"previous_names":["maxjdev/person_management_system_with_addresses"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxjdev/person_management_system_with_addresses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2Fperson_management_system_with_addresses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2Fperson_management_system_with_addresses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2Fperson_management_system_with_addresses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2Fperson_management_system_with_addresses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxjdev","download_url":"https://codeload.github.com/maxjdev/person_management_system_with_addresses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2Fperson_management_system_with_addresses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["devtools","documentation","h2-database","hibernate","java","jpa","junit","lombok","maven","mockito","mockmvc","rest-api","spring","spring-boot","swagger","test","validation","webmvc"],"created_at":"2024-11-09T03:19:16.727Z","updated_at":"2026-05-03T01:43:02.867Z","avatar_url":"https://github.com/maxjdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Sistema de gerenciamento de pessoas e/com endereços\n\u003c/div\u003e\n\n```mermaid\nclassDiagram\n    class Address {\n        +Long id\n        +String street\n        +String zipCode\n        +String city\n        +String state\n        +int number\n    }\n\n    class Person {\n        +Long id\n        +String fullName\n        +LocalDate dateBirth\n        +Set\u003c Address \u003e addresses\n        +boolean addAddress(Address address)\n        +boolean removeAddress(Long idAddress)\n        +void setMainAddress(Long id)\n        +Address getMainAddress() throws MainAddressNotFoundException\n    }\nPerson \"1\" -- \"0..*\" Address \n```\n\n\u003cdiv align=\"center\"\u003e\n\n![OpenAPI](https://raw.githubusercontent.com/maxjdev/person_management_system_with_addresses/main/img/swagger.png)\n\n\u003c/div\u003e\n\n## Tecnologias Utilizadas\n\n### Linguagens de Programação\n- Java\n\n### Frameworks e Bibliotecas\n- Spring Boot: Framework utilizado para facilitar a configuração e o desenvolvimento de aplicativos Spring.\n- Spring Data JPA: Biblioteca que simplifica o acesso e a manipulação de dados em bancos de dados relacionais.\n- Spring Validation: Biblioteca utilizada para validação de entrada de dados.\n- Spring Web: Biblioteca para o desenvolvimento de aplicativos da web com Spring MVC.\n- Springdoc OpenAPI: Biblioteca para geração de documentação OpenAPI (anteriormente conhecida como Swagger) para APIs Spring.\n- H2 Database: Banco de dados em memória.\n- Lombok: Biblioteca para reduzir o boilerplate do código Java.\n\n### Ferramentas de Desenvolvimento\n- Maven: Ferramenta de automação de compilação e gerenciamento de dependências.\n\n## Contributing\n\nWe welcome and appreciate your contributions to this project! Whether you have suggestions, bug fixes, or new features you'd like to add, please feel free to fork this repository.\n\n### How to Contribute\n\n1. Fork the project.\n2. Create a branch for your contribution: `git checkout -b my-contribution`.\n3. Make your changes and commit: `git commit -m 'Add my contribution'`.\n4. Push to your branch: `git push origin my-contribution`.\n5. Open a pull request for review.\n\n## Feedback and Issues\n\nIf you have contributions, suggestions, or feedback, feel free to open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjdev%2Fperson_management_system_with_addresses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxjdev%2Fperson_management_system_with_addresses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjdev%2Fperson_management_system_with_addresses/lists"}