diff --git a/README.md b/README.md index 99748af..e875b8c 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ # 版本基础 -- Spring Boot:1.5.x -- Swagger:2.9.x +- Swagger:2.9.2 # 如何使用 @@ -22,13 +21,11 @@ - 在`pom.xml`中引入依赖: -> 当前最新版本 1.7.1.RELEASE - ```xml com.spring4all swagger-spring-boot-starter - 1.7.1.RELEASE + 1.8.0.RELEASE ``` diff --git a/pom.xml b/pom.xml index 337027e..ac1cb28 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.spring4all swagger-spring-boot-starter - 1.7.1.RELEASE + 1.8.0.RELEASE spring-boot-starter-swagger https://github.com/SpringForAll/spring-boot-starter-swagger @@ -48,7 +48,7 @@ UTF-8 1.8 - 2.9.0 + 2.9.2 1.5.10.RELEASE 1.16.18 @@ -64,6 +64,11 @@ spring-boot-configuration-processor true + + org.springframework.boot + spring-boot-starter-web + true + io.springfox springfox-swagger-ui @@ -85,11 +90,6 @@ ${version.lombok} provided - - org.springframework.boot - spring-boot-starter-web - true -