springboot+swagger2文档从swagger-bootstrap-ui更换为knife4j及文档接口参数不显示问题
背景
已有springboot项目,且使用的是swagger2+swagger-bootstrap-ui的版本
1.pom依赖如下
<!-- Swagger接口管理工具 --><dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger2</artifactId><version>2.9.2</version><exclusions><exclusion><groupId>io.swagger</groupId><artifactId>swagger-models</artifactId></exclusion><exclusion><groupId>io.swagger</groupId><artifactId>swagger-annotations</artifactId></exclusion></exclusions></dependency><dependency><groupId>