无法运行我的springboot Web应用程序

时间:2019-08-07 07:51:44

标签: spring-boot

我有一个基于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;

0 个答案:

没有答案