xiaoymin/knife4j

spring cloud 2023.0.3 聚合不生效

Closed this issue · 2 comments

微服务环境下gateway聚合文档不生效
环境
JDK 21
spring-boot 3.3.5
spring-cloud 2023.0.3
springdoc-openapi 2.6.0
knife4j 4.5.0
Consul v1.15.4

按照相关资料分别配置子模块和gateway

微信图片_20241210111954 微信图片_20241210112027

使用swagger-ui是可以正常聚合
image
直接访问子模块也可以使用knife4j文档
image
但gateway无法找到子模块
image

我现在也遇到了这个,但是如果关闭swagger就可以
springdoc:
api-docs:
enabled: true
swagger-ui:
enabled: false

我现在也遇到了这个,但是如果关闭swagger就可以 springdoc: api-docs: enabled: true swagger-ui: enabled: false

非常感谢已解决