Commit 65a49250 authored by Galib Shaheed Khan's avatar Galib Shaheed Khan

Merge branch 'spring-14092022' into 'master'

new changes added

See merge request !2
parents 0cb10640 c6d2bc9c
......@@ -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