Sheiy's Blog

SpringData系列扩展Repository自定义查询方法

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

Sheiy Sheiy 发布于 2023-04-12