Building Spring Boot MongoDB Reactive example - CRUD application that uses Spring Data Reactive MongoDB to interact with MongoDB database and Spring WebFlux for Reactive Rest API. You'll know:
- How to configure Spring Data to work with MongoDB Database
- How to define Data Models and Repository interfaces
- Way to create Spring Rest Controller to process HTTP requests
- Way to use Spring Data Reactive MongoDB to interact with Database
For more detail, please visit:
More Practice:
Exception Handling:
Security:
Spring Boot: JWT Authentication & Authorization with MongoDB
Fullstack:
Run both Back-end & Front-end in one place:
mvn spring-boot:run