resolve merge conflict

This commit is contained in:
amit.pandey
2019-12-27 13:52:53 +05:30
parent eaa5794ec3
commit 6b59aef544

View File

@@ -1,5 +1,8 @@
package com.baeldung.multipledb.dao.product;
import java.util.List;
import org.springframework.data.domain.Pageable;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.baeldung.multipledb.model.product.Product;