Spring Boot JPA Assignment_173709
Spring Boot JPA Assignment_173709
Product:
productId: Integer
productName: String
quantity: Integer
price: Double
category: String //here category should be Stationary, Grocery, Electronics
● Implement the following interface and expose these Services using Rest API.
class ProductDTO{
productName:String
puantity: Integer
price: Double
}