Browse Source

Merge branch '2.7.x' into 3.0.x

pull/37462/head
Andy Wilkinson 3 years ago
parent
commit
994bafdfd9
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java

@ -44,7 +44,7 @@ public class ArtemisProperties { @@ -44,7 +44,7 @@ public class ArtemisProperties {
private ArtemisMode mode;
/**
* Artemis broker port.
* Artemis broker url.
*/
private String brokerUrl;

Loading…
Cancel
Save