I run a spring boot 2 application with open api swagger ui for my rest endpoints. ` implementation 'org.springdoc:springdoc-openapi-core:1.1.49' implementation 'org.springdoc:springdoc-openapi-ui:1.1.49' implementation 'org.springdoc:springdoc-openapi-webflux-ui:1.1.49'` At the moment I add ` implementation 'com.devskiller:jfairy:0.6.4'` to my dependencies, Swagger stop working.