Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bbc7fb1c
authored
May 04, 2016
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
modified file
parent
07a3efb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
common/docs/generating-code-from-swagger.txt
common/docs/generating-code-from-swagger.txt
View file @
bbc7fb1c
...
...
@@ -5,4 +5,8 @@ download:
create a swagger document on swagger editor and choose 'File >> download json'
a 'swagger.json' file will be downloaded.
run:
java -cp msJavaServer-swagger-codegen-1.0.0.jar:swagger-codegen-cli-2.1.4.jar io.swagger.codegen.SwaggerCodegen generate -l msJavaServer -i [/path-to-swagger.json] -o myMsJava
java -jar swagger-codegen-cli-2.1.4.jar generate -l jaxrs -i [/path-to-swagger.json] -o myMsJavaJaxrs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment