This commit is contained in:
Federico Ponzi
2018-06-15 12:10:19 +02:00
committed by Ioannis Canellos
parent ae921528d7
commit a4c2b041d1

View File

@@ -57,7 +57,7 @@ public class Application {
Then you can inject the client in your code simply by:
```java
@Autowire
@Autowired
private DiscoveryClient discoveryClient;
```