springboot2集成swagger2出现guava包下的FluentIterable.append方法找不到

加入依赖

1 <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
2 <dependency>
3     <groupId>com.google.guava</groupId>
4     <artifactId>guava</artifactId>
5     <version>28.0-jre</version>
6 </dependency>

参考:https://blog.csdn.net/qq_23250633/article/details/82699922

猜你喜欢

转载自www.cnblogs.com/116970u/p/12003559.html