Ошибка в валидации запроса:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'indexController': Unsatisfied dependency expressed through field 'productsRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productsRepository': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Validation failed for query for method public abstract java.util.List com.pharmacy.shop.repository.ProductsRepository.findAllProdInfoByCatAndName(java.lang.Long,java.lang.String,org.springframework.data.domain.Pageable)!