Код: Выделить всё
@NoRepositoryBean
public interface AbstractRepository extends MongoRepository {
Page findAll(Pageable pageable);
Page findAllByIsActive(boolean isActive, Pageable pageable);
}
Код: Выделить всё
Missing non-null annotation: inherited method from PagingAndSortingRepository specifies this parameter as @NonNullJava(67109781)
Подробнее здесь: https://stackoverflow.com/questions/782 ... pagingands