Browse Source

Polish spring-cloud-commons.adoc. (#1216)

pull/1230/head
heqiang 2 years ago committed by GitHub
parent
commit
8ec45e03b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/src/main/asciidoc/spring-cloud-commons.adoc

4
docs/src/main/asciidoc/spring-cloud-commons.adoc

@ -562,8 +562,8 @@ public class MyConfiguration { @@ -562,8 +562,8 @@ public class MyConfiguration {
}
public class MyClass {
@Autowired
private RestTemplate restTemplate;
@Autowired
private RestTemplate restTemplate;
@Autowired
@LoadBalanced

Loading…
Cancel
Save