Error duplicate key value violates unique constraint “products_pkey” Detail: Key (product_id)=(2) already exists. Product extends AbstractEntity
Im trying to persist this entity in Db using a JPA repository:
Im trying to persist this entity in Db using a JPA repository: