Skip to content

Commit fd5fccb

Browse files
committed
feat : cocktailSearch
1 parent eef075c commit fd5fccb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

db_dev.mv.db

-28 KB
Binary file not shown.

src/main/java/com/back/domain/cocktail/repository/CocktailRepository.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import org.springframework.data.jpa.repository.Query;
1111
import org.springframework.data.repository.query.Param;
1212
import org.springframework.stereotype.Repository;
13-
import org.springframework.data.domain.Pageable;
13+
1414
import java.util.List;
1515

1616
import java.util.List;
@@ -38,5 +38,4 @@ Page<Cocktail> searchWithFilters(@Param("keyword") String keyword,
3838
@Param("types") List<CocktailType> types,
3939
@Param("bases") List<AlcoholBaseType> bases,
4040
Pageable pageable);
41-
4241
}

0 commit comments

Comments
 (0)