File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
10、spring-EnvironmentPostProcessor中存在defaultProperties与业务冲突的问题,主要是springfox兼容高版本boot的问题修复[ Github #686 ] ( https://github.com/xiaoymin/knife4j/issues/686 )
24
24
25
- 11、针对Authorization不生效的问题请参考博客:[ OpenAPI3规范中添加Authorization鉴权请求Header不生效?] ( /docs/blog/add-authorization-header )
25
+ 11、针对Authorization不生效的问题请参考博客:[ OpenAPI3规范中添加Authorization鉴权请求Header不生效?] ( /docs/blog/add-authorization-header )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import IndexController3 from '!!raw-loader!./codeSamples/IndexController3.java';
53
53
Gradle坐标如下:
54
54
55
55
``` xml
56
- implementation("com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:4.3 .0")
56
+ implementation("com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:4.4 .0")
57
57
58
58
```
59
59
引入之后,其余的配置,开发者即可完全参考[ springdoc-openapi] ( https://springdoc.org/ ) 的项目说明,Knife4j只提供了增强部分,如果要启用Knife4j的增强功能,可以在配置文件中进行开启
You can’t perform that action at this time.
0 commit comments