You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateConfigurer.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,16 +63,18 @@ public RabbitTemplateConfigurer(RabbitProperties rabbitProperties) {
63
63
* Set the {@link MessageConverter} to use or {@code null} if the out-of-the-box
64
64
* converter should be used.
65
65
* @param messageConverter the {@link MessageConverter}
0 commit comments