Skip to content

Latest commit

 

History

History
 
 

sboot-webflux-handler-router

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TOOLS & TECHNOLOGIES

  1. Eclipse/STS
  2. SpringBoot + Webflux
  3. REST API
  4. MongoDB

CONCEPTS/TOPICS COVERED

  1. ReactiveMongoRepository
  2. Handler
  3. Router
  4. WebClient

HOW TO RUN? (use POSTMAN Client)

RESTApi End-points

API Operations

GET PRODUCT

ADD PRODUCT

{
  "id": "700",
  "name": "",
  "category": "Mobile",
  "price": "7777"
}

TESTING

  1. Start the Springboot application
  2. ProductServiceTest.java -> Run As -> Junit Application