springboot集成swagger-bootstrap-ui实现Authorize 功能

用Swagger测试接口的时候请求头需要携带token参数,swagger-bootstrap-ui就为我们提供了这样的功能。 swagger-bootstrap-ui 相对swagger使用更好点。 1、引入jar <!-- swagger2--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-s
相关文章
相关标签/搜索