Commit 69a8d8aa by Thaswin Muralikaran

Updated readme file

parent 3e9016e9
......@@ -258,7 +258,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;
......@@ -306,7 +306,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