Skip to content

Commit 8aca0b3

Browse files
committed
Fix typo.
1 parent 2278ede commit 8aca0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/test/consumer/config/MessageConsumerJMSBrokerConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ public class MessageConsumerJMSBrokerConfiguration {
1313
@Value("${brokerurl}")
1414
private String brokerUrl;
1515

16-
@Value("${brokerusername")
16+
@Value("${brokerusername}")
1717
private String brokerUserName;
1818

19-
@Value("${brokerpassword")
19+
@Value("${brokerpassword}")
2020
private String brokerPassword;
2121

2222
@Bean

0 commit comments

Comments
 (0)