File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
springdoc-openapi-common/src/main/java/org/springdoc/core Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,6 @@ static BeanFactoryPostProcessor springdocBeanFactoryPostProcessor3(List<GroupedO
400400 */
401401 @ Bean
402402 @ Lazy (false )
403- @ ConditionalOnMissingBean
404403 @ ConditionalOnManagementPort (ManagementPortType .SAME )
405404 OperationCustomizer actuatorCustomizer () {
406405 return new ActuatorOperationCustomizer ();
@@ -414,7 +413,6 @@ OperationCustomizer actuatorCustomizer() {
414413 */
415414 @ Bean
416415 @ Lazy (false )
417- @ ConditionalOnMissingBean
418416 @ ConditionalOnManagementPort (ManagementPortType .SAME )
419417 OpenApiCustomiser actuatorOpenApiCustomiser (WebEndpointProperties webEndpointProperties ) {
420418 return new ActuatorOpenApiCustomizer (webEndpointProperties );
You can’t perform that action at this time.
0 commit comments