Skip to content

Commit

Permalink
Fix issue 494 of httpclient prefix typo (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhuomaoy authored Dec 3, 2020
1 parent dd28ab1 commit 92b7584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class HttpClientPluginConfiguration {
* @return the http client properties
*/
@Bean
@ConfigurationProperties(prefix = "soul.httpclinet")
@ConfigurationProperties(prefix = "soul.httpclient")
public HttpClientProperties httpClientProperties() {
return new HttpClientProperties();
}
Expand Down

0 comments on commit 92b7584

Please sign in to comment.