Skip to content

Commit 0f4f7fb

Browse files
committed
springboot update to version 3, upgrade deprecated code usage, update gradle configuration
1 parent 0cc2635 commit 0f4f7fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

async/async-rabbit-starter/src/main/java/org/reactivecommons/async/rabbit/config/DirectAsyncGatewayConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public class DirectAsyncGatewayConfig {
2525

2626
@Bean
2727
public RabbitDirectAsyncGateway rabbitDirectAsyncGateway(BrokerConfig config, ReactiveReplyRouter router, ReactiveMessageSender rSender, MessageConverter converter, MeterRegistry meterRegistry) throws Exception {
28-
System.out.println(meterRegistry.getClass());
2928
return new RabbitDirectAsyncGateway(config, router, rSender, props.getDirectMessagesExchangeName(), converter, meterRegistry);
3029
}
3130

0 commit comments

Comments
 (0)