Commit f1019d47 by Thaswin Muralikaran

Merge branch 'thaswin' into 'master'

Updated Readme file

See merge request !2
parents 64398800 584fd305
......@@ -253,7 +253,7 @@ public enum Status {
<details>
<summary>Full code of category entity</summary>
```Java
```
package com.ctsb.my_product_management_svc.category;
import com.ctsb.my_product_management_svc.product.Product;
......@@ -301,7 +301,7 @@ private Long id;
<details>
<summary>Full code of product entity</summary>
```Java
```
package com.ctsb.my_product_management_svc.product;
import com.ctsb.my_product_management_svc.category.Category;
......
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