Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'parkRepository': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Failed to create query for method public abstract com.zykj.parking.Park com.zykj.repository.parking.ParkRepository.index(com.zykj.parking.Park)! No property index found for type Park!
继承org.springframework.data.elasticsearch.repository.ElasticsearchRepository才出现的问题