springboot项目中配置swagger-ui

Git官方地址:https://github.com/SpringForAll/spring-boot-starter-swagger

Demo:https://github.com/dyc87112/swagger-starter-demo

demo下载到本地使用idea打开,默认8080端口,启动后访问:http://localhost:8080/swagger-ui.html

 在pom.xml文件里引入

springboot项目中配置swagger-ui_第1张图片

springboot项目中配置swagger-ui_第2张图片

 

 

在springboot启动类里面加@EnableSwagger2Doc注解

springboot项目中配置swagger-ui_第3张图片

 

在application.properties 配置

springboot项目中配置swagger-ui_第4张图片

 

转载于:https://www.cnblogs.com/xiqoqu/p/10756065.html

你可能感兴趣的:(springboot项目中配置swagger-ui)