{"id":26179354,"url":"https://github.com/bezkoder/spring-boot-r2dbc-mysql-example","last_synced_at":"2025-04-14T22:34:15.917Z","repository":{"id":101824365,"uuid":"600955524","full_name":"bezkoder/spring-boot-r2dbc-mysql-example","owner":"bezkoder","description":"Spring R2DBC with MySQL example - CRUD app with Spring Data R2DBC example, Spring WebFlux for Reactive Rest API","archived":false,"fork":false,"pushed_at":"2023-02-13T03:37:13.000Z","size":62,"stargazers_count":14,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T10:47:33.999Z","etag":null,"topics":["crud","crud-api","crud-application","crud-operation","crud-operations","crud-sample","mysql","mysql-database","r2dbc","r2dbc-mysql","reactive-programming","reactor","spring","spring-boot","spring-data","spring-data-r2dbc","spring-reactive","spring-reactor","springboot","webflux"],"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}},"created_at":"2023-02-13T03:36:44.000Z","updated_at":"2025-03-13T05:11:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ee96f9f-3a88-4871-aa21-b844581ed9b9","html_url":"https://github.com/bezkoder/spring-boot-r2dbc-mysql-example","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"d6feb22e1e733878b5b3f78dcb35640744f1e087"},"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-r2dbc-mysql-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-r2dbc-mysql-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-r2dbc-mysql-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fspring-boot-r2dbc-mysql-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/spring-boot-r2dbc-mysql-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248971819,"owners_count":21191665,"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-application","crud-operation","crud-operations","crud-sample","mysql","mysql-database","r2dbc","r2dbc-mysql","reactive-programming","reactor","spring","spring-boot","spring-data","spring-data-r2dbc","spring-reactive","spring-reactor","springboot","webflux"],"created_at":"2025-03-11T21:49:40.427Z","updated_at":"2025-04-14T22:34:15.898Z","avatar_url":"https://github.com/bezkoder.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot R2DBC + MySQL example: CRUD Application\n\nSpring Boot R2DBC + MySQL example - CRUD application that uses Spring Data Reactive (R2DBC) to interact with MySQL database and Spring WebFlux for Reactive Rest API. You'll know:\n- How to configure Spring Data Reactive, R2DBC to work with MySQL Database\n- How to define Data Models and Repository interfaces\n- Way to create Spring Rest Controller to process HTTP requests\n- Way to use Spring Data R2DBC to interact with MySQL Database\n\nFor more detail, please visit:\n\u003e [Spring Boot R2DBC + MySQL example](https://www.bezkoder.com/spring-r2dbc-mysql/)\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 [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\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\nAssociations:\n\u003e [Spring Boot One To Many example with Spring JPA, Hibernate](https://www.bezkoder.com/jpa-one-to-many/)\n\n\u003e [Spring Boot Many To Many example with Spring JPA, Hibernate](https://www.bezkoder.com/jpa-many-to-many/)\n\nSecurity:\n\u003e [Spring Boot + Spring Security JWT Authentication \u0026 Authorization](https://www.bezkoder.com/spring-boot-jwt-authentication/)\n\nDeployment:\n\u003e [Deploy Spring Boot App on AWS – Elastic Beanstalk](https://bezkoder.com/deploy-spring-boot-aws-eb/)\n\n\u003e [Docker Compose Spring Boot and MySQL example](https://www.bezkoder.com/docker-compose-spring-boot-mysql/)\n\nFullstack:\n\u003e [Vue.js + Spring Boot + MySQL example](https://bezkoder.com/spring-boot-vue-js-mysql/)\n\n\u003e [Vue.js + Spring Boot + PostgreSQL example](https://bezkoder.com/spring-boot-vue-js-postgresql/)\n\n\u003e [Angular 10 + Spring Boot + MySQL example](https://www.bezkoder.com/angular-10-spring-boot-crud/)\n\n\u003e [Angular 11 + Spring Boot + MySQL example](https://www.bezkoder.com/angular-11-spring-boot-crud/)\n\n\u003e [Angular 12 + Spring Boot + MySQL example](https://bezkoder.com/angular-12-spring-boot-mysql/)\n\n\u003e [Angular 13 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-13-mysql/)\n\n\u003e [Angular 14 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-14-mysql/)\n\n\u003e [Angular 15 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-15-mysql/)\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fspring-boot-r2dbc-mysql-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fspring-boot-r2dbc-mysql-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fspring-boot-r2dbc-mysql-example/lists"}