empty swagger-resources with spring-cloud-stream
See original GitHub issueIssue:
Dependency | Version
------------------------------------------
spring-cloud-stream | 2.1.0.RELEASE
springfox-swagger2 | 3.0.0-SNAPSHOT
springfox-spring-webflux | 3.0.0-SNAPSHOT
springfox-swagger-ui | 3.0.0-SNAPSHOT
When adding spring-cloud-stream as a dependency ,Swagger-ui completely crashes because of /swagger-resources returns [] empty array.
UI Error : Could not render e, see the console.
Can we add manually swagger-resources when they ware empty or how to prevent overriding that swagger-resources?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:10
Top Results From Across the Web
spring - swagger page is empty, - Stack Overflow
When the migration is complete, you will access your Teams at stackoverflowteams.com, and they will no longer appear in the left sidebar on ......
Read more >[Solved]-Swagger UI empty and gives 403-Springboot
Coding example for the question Swagger UI empty and gives 403-Springboot. ... required static resources for swagger in your Spring Security Configuration.
Read more >Spring Cloud Data Flow Reference Guide
Spring Cloud Data Flow provides tools to create complex topologies for streaming and batch data pipelines. The data pipelines consist of Spring Boot...
Read more >Microservices API Documentation with Springdoc OpenAPI
Using Springdoc library for generating OpenAPI / Swagger documentation for Spring Boot application and exposing it on Spring Cloud Gateway.
Read more >OpenAPI 3 Library for spring-boot
OpenAPI 3 Library for spring boot projects. Is based on swagger-ui, to display the OpenAPI description.Generates automatically the OpenAPI ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I solved the problem.
This issue has been automatically closed because it has not had recent activity. Please re-open a new issue if this is still an issue.