We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1e652 commit 4e64426Copy full SHA for 4e64426
springdoc-openapi-common/src/main/java/org/springdoc/core/SpringDocConfiguration.java
@@ -606,7 +606,7 @@ CloudFunctionProvider springCloudFunctionProvider(Optional<FunctionCatalog> func
606
@Bean
607
@ConditionalOnMissingBean
608
@Lazy(false)
609
- ObjectMapperProvider objectMapperProvider(SpringDocConfigProperties springDocConfigProperties){
+ ObjectMapperProvider springDocObjectMapperProvider(SpringDocConfigProperties springDocConfigProperties){
610
return new ObjectMapperProvider(springDocConfigProperties);
611
}
612
-}
+}
0 commit comments