org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: A circular @Import has been detected: Illegal attempt by @Configuration class 'SwaggerAutoConfiguration' to import class 'SwaggerAutoConfiguration' as 'SwaggerAutoConfiguration' is already present in the current import stack [SwaggerAutoConfiguration->SwaggerAutoConfiguration->RatectionRsmsApplication]
Offending resource: class path resource [com/ratection/common/swagger/config/SwaggerAutoConfiguration.class]
我把springboot项目里面的swagger2的配置删除了,还是会报这个错误,就不知道咋办,所以来到这里请教大家一下!