我有一个基于spring cloud
的项目。当我运行我的应用程序时,它显示以下错误:
Error creating bean with name 'swaggerConfiguration' defined in class path resource [com/humatics/base/commons/swagger/autoconfigure/SwaggerAutoConfiguration.class]:
Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException:
Failed to instantiate [io.swagger.jaxrs.config.BeanConfig]: Factory method 'swaggerConfiguration' threw exception; nested exception is java.lang.NoSuchMethodError:
com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator;