Skip to content

Commit

Permalink
fix: 修复生成文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
dragove committed Jan 14, 2024
1 parent 3da616c commit 5fd1b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-cache'
//springdoc相关依赖没有被自动管理,必须保留版本号
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
implementation 'com.github.therapi:therapi-runtime-javadoc:0.13.0'

implementation 'com.squareup.okhttp3:okhttp:4.10.0'
Expand Down

0 comments on commit 5fd1b7e

Please sign in to comment.