2021-09-16 Swagger入门使用

Posted 江西昊仔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2021-09-16 Swagger入门使用相关的知识,希望对你有一定的参考价值。

1.使用官方依赖

  1. 在pom.xml中添加swagger相关依赖 一个包,一个ui界面 【springfox-swagger2,springfox-swagger-ui】
  2. 创建一个swagger配置类,注解:@Configuration @EnableSwagger2
  3. 访问:ip:端口 /swagger-ui.html

以上是关于2021-09-16 Swagger入门使用的主要内容,如果未能解决你的问题,请参考以下文章

Swagger入门教程(转)

Java swagger注释用于授权

在spring Boot中使用swagger-bootstrap-ui(原文)

swagger

Swagger简单实例

springboot 集成swagger2 404 无法访问