forked from loafle/openapi-generator-original
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
This commit is contained in:
commit
46b2ec27a9
@ -733,6 +733,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
|
|||||||
- [Cupix](http://www.cupix.com)
|
- [Cupix](http://www.cupix.com)
|
||||||
- [DocuSign](https://www.docusign.com)
|
- [DocuSign](https://www.docusign.com)
|
||||||
- [Ergon](http://www.ergon.ch/)
|
- [Ergon](http://www.ergon.ch/)
|
||||||
|
- [Eureka](http://eure.jp/)
|
||||||
- [everystory.us](http://everystory.us)
|
- [everystory.us](http://everystory.us)
|
||||||
- [Expected Behavior](http://www.expectedbehavior.com/)
|
- [Expected Behavior](http://www.expectedbehavior.com/)
|
||||||
- [LANDR Audio](https://www.landr.com/)
|
- [LANDR Audio](https://www.landr.com/)
|
||||||
|
@ -6,6 +6,8 @@ package {{package}};
|
|||||||
import javax.ws.rs.*;
|
import javax.ws.rs.*;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
|
import org.apache.cxf.jaxrs.ext.multipart.*;
|
||||||
|
|
||||||
@Path("/")
|
@Path("/")
|
||||||
public interface {{classname}} {
|
public interface {{classname}} {
|
||||||
{{#operations}}
|
{{#operations}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user