- Eclipse/STS
- SpringBoot + Webflux
- REST API
- MongoDB
- ReactiveMongoRepository
- Handler
- Router
- WebClient
- GET: http://localhost:6060/springboot-restapi/products/all
- GET: http://localhost:6060/springboot-restapi/products/100
{
"id": "700",
"name": "",
"category": "Mobile",
"price": "7777"
}
- Start the Springboot application
- ProductServiceTest.java -> Run As -> Junit Application