{"id":26179300,"url":"https://github.com/bezkoder/spring-boot-3-rest-api-example","last_synced_at":"2025-06-11T14:10:47.635Z","repository":{"id":101824313,"uuid":"586808260","full_name":"bezkoder/spring-boot-3-rest-api-example","owner":"bezkoder","description":"Spring Boot 3 Rest API example that implements CRUD operations - GET / POST / PUT / DELETE and filter requests","archived":false,"fork":false,"pushed_at":"2024-02-04T09:01:09.000Z","size":62,"stargazers_count":45,"open_issues_count":0,"forks_count":42,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T22:36:57.271Z","etag":null,"topics":["crud","crud-api","crud-app","crud-application","crud-operation","crud-operations","crud-sample","rest-api","restapi","restful-api","spring","spring-boot","spring-boot-3","spring-boot3","spring-web","spring-web-mvc","springboot","springboot3"],"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/bezkoder.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}},"created_at":"2023-01-09T09:27:50.000Z","updated_at":"2025-04-08T23:08:22.000Z","dependencies_parsed_at":"2024-02-04T10:21:28.394Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/spring-boot-3-rest-api-example","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/bezkoder%2Fspring-boot-3-rest-api-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-3-rest-api-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-3-rest-api-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-3-rest-api-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/spring-boot-3-rest-api-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-3-rest-api-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259280303,"owners_count":22833424,"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":["crud","crud-api","crud-app","crud-application","crud-operation","crud-operations","crud-sample","rest-api","restapi","restful-api","spring","spring-boot","spring-boot-3","spring-boot3","spring-web","spring-web-mvc","springboot","springboot3"],"created_at":"2025-03-11T21:49:32.174Z","updated_at":"2025-06-11T14:10:47.593Z","avatar_url":"https://github.com/bezkoder.png","language":"Java","readme":"# Spring Boot 3 REST API: CRUD example\n\nFor more detail, please visit:\n\u003e [Spring Boot 3 REST API example: CRUD App](https://www.bezkoder.com/spring-boot-3-rest-api/)\n\nIn this tutorial, we're gonna build a Spring Boot 3 Rest API example with Maven that implement CRUD operations. You'll know:\n- Way to define Spring Rest Controller\n- Way to handle HTTP GET, POST, PUT, DELETE requests for CRUD Operations\n- How to define Data Model and Service Component\n\nFront-end that works well with this Back-end\n\u003e [Angular 8 Client](https://www.bezkoder.com/angular-crud-app/)\n\n\u003e [Angular 10 Client](https://www.bezkoder.com/angular-10-crud-app/)\n\n\u003e [Angular 11 Client](https://www.bezkoder.com/angular-11-crud-app/)\n\n\u003e [Angular 12 Client](https://www.bezkoder.com/angular-12-crud-app/)\n\n\u003e [Angular 13 Client](https://www.bezkoder.com/angular-13-crud-example/)\n\n\u003e [Angular 14 Client](https://www.bezkoder.com/angular-14-crud-example/)\n\n\u003e [Angular 15 Client](https://www.bezkoder.com/angular-15-crud-example/)\n\n\u003e [Angular 16 Client](https://www.bezkoder.com/angular-16-crud-example/)\n\n\u003e [Angular 17 Client](https://www.bezkoder.com/angular-17-crud-example/)\n\n\u003e [Vue 2 Client](https://www.bezkoder.com/vue-js-crud-app/)\n\n\u003e [Vue 3 Client](https://www.bezkoder.com/vue-3-crud/)\n\n\u003e [Vuetify Client](https://www.bezkoder.com/vuetify-data-table-example/)\n\n\u003e [React Client](https://www.bezkoder.com/react-hooks-crud-axios-api/)\n\n\u003e [React Redux Client](https://www.bezkoder.com/redux-toolkit-crud-react-hooks/)\n\nOther databases:\n\u003e [Spring Boot JPA + H2](https://www.bezkoder.com/spring-boot-jpa-h2-example/)\n\n\u003e [Spring Boot JPA + MySQL](https://www.bezkoder.com/spring-boot-jpa-crud-rest-api/)\n\n\u003e [Spring Boot JPA + PostgreSQL](https://www.bezkoder.com/spring-boot-postgresql-example/)\n\n\u003e [Spring Boot JPA + SQL Server](https://www.bezkoder.com/spring-boot-sql-server/)\n\n\u003e [Spring Boot + MongoDB](https://www.bezkoder.com/spring-boot-mongodb-crud/)\n\nMore Practice:\n\u003e [Spring Boot File upload example with Multipart File](https://www.bezkoder.com/spring-boot-file-upload/)\n\n\u003e [Spring Boot Pagination \u0026 Filter example | Spring JPA, Pageable](https://www.bezkoder.com/spring-boot-pagination-filter-jpa-pageable/)\n\n\u003e [Spring Data JPA Sort/Order by multiple Columns | Spring Boot](https://www.bezkoder.com/spring-data-sort-multiple-columns/)\n\n\u003e [Spring Boot Repository Unit Test with @DataJpaTest](https://www.bezkoder.com/spring-boot-unit-test-jpa-repo-datajpatest/)\n\n\u003e [Deploy Spring Boot App on AWS – Elastic Beanstalk](https://www.bezkoder.com/deploy-spring-boot-aws-eb/)\n\nException Handling:\n\u003e [Spring Boot @ControllerAdvice \u0026 @ExceptionHandler example](https://www.bezkoder.com/spring-boot-controlleradvice-exceptionhandler/)\n\n\u003e [@RestControllerAdvice example in Spring Boot](https://www.bezkoder.com/spring-boot-restcontrolleradvice/)\n\nSecurity:\n\u003e [Spring Boot + Spring Security JWT Authentication \u0026 Authorization](https://www.bezkoder.com/spring-boot-jwt-authentication/)\n\nFullstack:\n\u003e [Vue + Spring Boot example](https://www.bezkoder.com/spring-boot-vue-js-crud-example/)\n\n\u003e [Angular 8 + Spring Boot example](https://www.bezkoder.com/angular-spring-boot-crud/)\n\n\u003e [Angular 10 + Spring Boot example](https://www.bezkoder.com/angular-10-spring-boot-crud/)\n\n\u003e [Angular 11 + Spring Boot example](https://www.bezkoder.com/angular-11-spring-boot-crud/)\n\n\u003e [Angular 12 + Spring Boot example](https://www.bezkoder.com/angular-12-spring-boot-crud/)\n\n\u003e [Angular 13 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-13-crud/)\n\n\u003e [Angular 14 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-14-crud/)\n\n\u003e [Angular 15 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-15-crud/)\n\n\u003e [Angular 16 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-16-crud/)\n\n\u003e [Angular 17 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-17-crud/)\n\n\u003e [React + Spring Boot + MySQL example](https://www.bezkoder.com/react-spring-boot-crud/)\n\n\u003e [React + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-react-postgresql/)\n\nRun both Back-end \u0026 Front-end in one place:\n\u003e [Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-spring-boot/)\n\n\u003e [Integrate React.js with Spring Boot Rest API](https://www.bezkoder.com/integrate-reactjs-spring-boot/)\n\n\u003e [Integrate Vue.js with Spring Boot Rest API](https://www.bezkoder.com/integrate-vue-spring-boot/)\n\n## Run Spring Boot application\n```\nmvn spring-boot:run\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fspring-boot-3-rest-api-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fspring-boot-3-rest-api-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fspring-boot-3-rest-api-example/lists"}