update sample and test case for java feign

This commit is contained in:
wing328
2015-12-10 16:35:38 +08:00
parent 83dc5393cb
commit f5693b6c73
18 changed files with 44 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
# swagger-java-client
# swagger-petstore-feign
## Requirements
@@ -25,7 +25,7 @@ After the client libarary is installed/deployed, you can use it in your Maven pr
```xml
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-java-client</artifactId>
<artifactId>swagger-petstore-feign</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>