Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

SpringBoot整合swagger(springfox3)

依赖

<dependency>
    <groupId>io.springfox</groupId>
    <artifactId>springfox-boot-starter</artifactId>
    <version>3.0.0</version>
</dependency>

注解

通过@EnableOpenApi开启

运行路径

通过http://localhost:8080/swagger-ui/index.html进入登录界面

swagger