Commit c6d2bc9c authored by gkhan's avatar gkhan

new changes added

parent 0cb10640
......@@ -31,6 +31,7 @@ public class ProductController {
@GetMapping("/{id}")
public Mono<ProductDto> getProduct(@PathVariable String id) {
System.out.println("getproducts method calling");
return service.getProduct(id);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment