{"id":15955233,"url":"https://github.com/bilalvdemir/springbootcrudexample","last_synced_at":"2026-04-08T22:32:06.733Z","repository":{"id":205954489,"uuid":"149594206","full_name":"bilalvdemir/SpringBootCRUDExample","owner":"bilalvdemir","description":"Spring Boot CRUD Example with MVC Pattern","archived":false,"fork":false,"pushed_at":"2021-12-22T13:55:42.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T14:13:29.850Z","etag":null,"topics":["controller","crud","docker","exception-handler","exceptions","formatter","jpa","logger","mongodb","regex-pattern","restful-webservices","spring-boot","spring-mvc","validator"],"latest_commit_sha":null,"homepage":"","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/bilalvdemir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-09-20T10:46:29.000Z","updated_at":"2021-12-22T13:55:44.000Z","dependencies_parsed_at":"2023-11-07T09:49:14.254Z","dependency_job_id":null,"html_url":"https://github.com/bilalvdemir/SpringBootCRUDExample","commit_stats":null,"previous_names":["bilalvdemir/springbootcrudexample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bilalvdemir/SpringBootCRUDExample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilalvdemir%2FSpringBootCRUDExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilalvdemir%2FSpringBootCRUDExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilalvdemir%2FSpringBootCRUDExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilalvdemir%2FSpringBootCRUDExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bilalvdemir","download_url":"https://codeload.github.com/bilalvdemir/SpringBootCRUDExample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilalvdemir%2FSpringBootCRUDExample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","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":["controller","crud","docker","exception-handler","exceptions","formatter","jpa","logger","mongodb","regex-pattern","restful-webservices","spring-boot","spring-mvc","validator"],"created_at":"2024-10-07T13:22:06.151Z","updated_at":"2026-04-08T22:32:06.711Z","avatar_url":"https://github.com/bilalvdemir.png","language":"Java","readme":"# Spring Boot CRUD Example MVC\nUsed simple pojo for showing MongDB CRUD operations and validations\n\n## Getting Started\nThis project includes:\n - CREATE, Retrieve, Update, Delete Operations\n - MVC Pattern\n - Web Service\n - Logger\n - Validators and custom validator annotation\n - Exceptions\n - Regex Pattern Matchers\n - Global exception handler\n - MongoDB\n - Message formatter\n \n# Used Annotations\n\n - @Service\n - @RestController\n - @RequestMapping\n - @ResponseBody\n - @GetMapping\n - @PostMapping\n - @PutMapping\n - @DeleteMapping\n - @ControllerAdvice\n - @ExceptionHandler\n - @Id\n - @NotNull\n - @Email\n - @Pattern\n - @Documented\n - @Constraint\n - @Target\n - @Retention\n - Custom Validator Annotation\n\n# Start Application With Docker\n - Build Jar with Gradle\n   \n   Linux:\n   ```\n   gradle build\n   ```\n   Windows:\n   ```\n   ./gradlew build\n   ```\n - Learn Docker version\n   ```\n   docker -v\n   ```\n   if docker dont installed: \n   * [Docker For Windows](https://docs.docker.com/docker-for-windows/install/) - Download Setup\n   \n - Build docker in root directory\n   ```\n   docker build -f Dockerfile -t spring-boot-crud-example .\n   ```\n - Show docker builded images\n   ```\n   docker images\n   ```\n - Run docker image with exposed port \n   ```\n   docker run -p 8090:8090 spring-boot-crud-example\n   ```\n\n## Contributing\n\nPlease read [CHANGELOG.md](https://github.com/bilalvdemir/SpringBootCRUDExample/blob/master/CHANGELOG.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n* **Bilal Demir** - *Initial work* - [bilalvdemir](https://github.com/bilalvdemir)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilalvdemir%2Fspringbootcrudexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilalvdemir%2Fspringbootcrudexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilalvdemir%2Fspringbootcrudexample/lists"}