Skip to content
Snippets Groups Projects
Commit a79599f2 authored by Jingeun Lee's avatar Jingeun Lee
Browse files

last save push

parent 4d64e4bc
Branches master
No related tags found
No related merge requests found
......@@ -3,8 +3,10 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.NoRepositoryBean;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.util.List;
import com.example.demo.entity.Item;
import java.util.List;
// @NoRepositoryBean
public interface ItemRepository extends JpaRepository<Item, Long>{
......
......@@ -3,8 +3,9 @@ import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestPropertySource;
import com.example.demo.entity.Item;
import com.example.demo.entity.Item;
//import com.example.demo.entity.QItem;
import com.example.demo.repository.ItemRepository;
import org.junit.jupiter.api.DisplayName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment