Skip to content

Commit

Permalink
fix: code review comments, renaming client to consumer, modifying con…
Browse files Browse the repository at this point in the history
…f parameters to fill only with prefix params
  • Loading branch information
hlegarda committed Oct 23, 2024
1 parent 211d637 commit 58bcf1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public HiveConf hiveConf() {

@Bean
@Primary
@ConfigurationProperties
@ConfigurationProperties(PREFIX)
public Properties getEnvProperties() {
return new Properties();
}
Expand Down

0 comments on commit 58bcf1a

Please sign in to comment.