spring boot项目中引入swagger2,遇到的问题:Correct the classpath of your application so that it contains a singl

一、引入相关依赖 <!--在线文档 http://localhost:5170/swagger-ui.html#/--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency>
相关文章
相关标签/搜索