kotlin 正在寻找GenericResponseService Bean的springboot应用程序

9udxz4iz  于 2022-11-16  发布在  Kotlin
关注(0)|答案(1)|浏览(101)

我是新来的春靴。
正在按照工作中编写的指南迁移我的服务(Kotlin)。得到了这个奇怪的异常,找不到任何文档。

Parameter 3 of method multipleOpenApiResource in org.springdoc.webflux.core.MultipleOpenApiSupportConfiguration required a bean of type 'org.springdoc.core.GenericResponseService' that could not be found.

Action:

Consider defining a bean of type 'org.springdoc.core.GenericResponseService' in your configuration.

我应该在我的@Configuration上定义这个bean吗?这是依赖关系丢失或依赖关系连接错误的症状吗?

jgzswidk

jgzswidk1#

我的一个bean叫做ResponseBuilder,它与Sping Boot 冲突。很抱歉给你带来麻烦

相关问题