Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zizzencs committed Nov 7, 2023
1 parent 2278ede commit 8aca0b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ public class MessageConsumerJMSBrokerConfiguration {
@Value("${brokerurl}")
private String brokerUrl;

@Value("${brokerusername")
@Value("${brokerusername}")
private String brokerUserName;

@Value("${brokerpassword")
@Value("${brokerpassword}")
private String brokerPassword;

@Bean
Expand Down

0 comments on commit 8aca0b3

Please sign in to comment.