mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 15:54:18 +00:00
added support in feign for binary uploads
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# swagger-petstore-feign
|
||||
# swagger-java-client
|
||||
|
||||
## 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-petstore-feign</artifactId>
|
||||
<artifactId>swagger-java-client</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user