resolve merge conflict

This commit is contained in:
amit.pandey 2019-12-27 13:52:53 +05:30
parent 9116b6ab40
commit bb3f4f5a01
1 changed files with 3 additions and 0 deletions

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;