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
400
400
*/
401
401
@ Bean
402
402
@ Lazy (false )
403
- @ ConditionalOnMissingBean
404
403
@ ConditionalOnManagementPort (ManagementPortType .SAME )
405
404
OperationCustomizer actuatorCustomizer () {
406
405
return new ActuatorOperationCustomizer ();
@@ -414,7 +413,6 @@ OperationCustomizer actuatorCustomizer() {
414
413
*/
415
414
@ Bean
416
415
@ Lazy (false )
417
- @ ConditionalOnMissingBean
418
416
@ ConditionalOnManagementPort (ManagementPortType .SAME )
419
417
OpenApiCustomiser actuatorOpenApiCustomiser (WebEndpointProperties webEndpointProperties ) {
420
418
return new ActuatorOpenApiCustomizer (webEndpointProperties );
You can’t perform that action at this time.
0 commit comments