Skip to content
Advertisement

Tag: webflux

Getting error while configuring Swagger-ui with spring reactive

While integrating swagger-ui with a reactive spring project generated using JHipster 7.1.0 for Java 11. I added the below dependencies. The application has below dependencies of swagger POM dependencies Apart from that we added a configuration SwaggerConfig.java Please share your feedback or inputs if you have faced similar issues. Answer When you have both Spring MVC and Webflux are present,

Advertisement