Skip to content

Commit

Permalink
crud-Location
Browse files Browse the repository at this point in the history
  • Loading branch information
globox97 committed Feb 29, 2024
1 parent b773e2b commit e352ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
@RepositoryRestResource
public interface LocationRepository extends CrudRepository<Location, String>, PagingAndSortingRepository<Location, String> {

/*Location findByIdContaining(@Param("text") String text);*/
Location findByIdContaining(@Param("shelter") String shelter);
}

0 comments on commit e352ceb

Please sign in to comment.