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

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;
```