首先通常情况下我们有如下这种接口来查询数据库 public interface LabelRepository extends PagingAndSortingRepository<Label, String> { List<Label> findAllByTextIn(Set<Stri