diff --git a/spring-boot/spring-boot-swagger2/README.md b/spring-boot/spring-boot-swagger2/README.md index a5797d2..8ee56b1 100644 --- a/spring-boot/spring-boot-swagger2/README.md +++ b/spring-boot/spring-boot-swagger2/README.md @@ -1,17 +1,18 @@ # Spring Boot 集成 Swagger2 打造在线接口文档 - - + + + ## 一、概念综述 ### 1.1 SpringFox @@ -243,6 +244,7 @@ Swagger 为了最大程度防止对逻辑代码的侵入,基本都是依靠注 接口文档访问地址:http://localhost:8080/swagger-ui.html ,文档主界面如下: