Springfox 3.0.0 is not working with Spring Boot 2.6.0(Springfox 3.0.0 不适用于 Spring Boot 2.6.0)
问题描述
Springfox 3.0.0 is not working with Spring Boot 2.6.0, after upgrading I am getting the following error
I know this does not solve your problem directly, but consider moving to springdoc which most recent release supports Spring Boot 2.6.0. Springfox is so buggy at this point that is a pain to use. I've moved to springdoc
2 years ago because of its Spring WebFlux support and I am very happy about it. Additionally, it also supports Kotlin Coroutines, which I am not sure Springfox does.
If you decide to migrate, springdoc
even has a migration guide.
这篇关于Springfox 3.0.0 不适用于 Spring Boot 2.6.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!