-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]Springboot中集成spring-doc 时(不是Swagger2),将json对象转成了json字符串,导致接口文档无法显示 #387
Comments
wangyatong
changed the title
[BUG]Springboot中集成Open API 时(不是Swagger2),将json对象转成了json字符串,导致接口文档无法显示
[BUG]Springboot中集成spring-doc 时(不是Swagger2),将json对象转成了json字符串,导致接口文档无法显示
May 31, 2022
3 tasks
问题已经修复,不用做上面 @VictorZeng 说的配置,请帮忙用2.0.6-SNAPSHOT版本验证,2.0.6正式版预计6月5日前发布 |
VictorZeng
added a commit
to VictorZeng/fastjson2
that referenced
this issue
Jun 4, 2022
该问题已将在2.0.6版本修复 即将发布~ |
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.27-SNAPSHOT/ |
@wenshao |
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.28-SNAPSHOT/ |
wenshao
added a commit
that referenced
this issue
Apr 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fastjson2测试版本:2.0.5
jdk版本:OracleJDK 17.0.3
springboot版本:2.7.0
springdoc版本:1.6.9
"{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost:8099","description":"Generated server url"}],"paths":{},"components":{}}"
The text was updated successfully, but these errors were encountered: