Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates the Endpoints Java Framework sample README #463

Merged
merged 3 commits into from
Dec 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions appengine/endpoints-frameworks-v2/backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
openapi.json
swagger.json
6 changes: 3 additions & 3 deletions appengine/endpoints-frameworks-v2/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ To build the project:

mvn clean package

## Generating the swagger.json file
## Generating the openapi.json file

To generate the required configuration file `swagger.json`:
To generate the required configuration file `openapi.json`:

mvn exec:java -DGetSwaggerDoc

Expand All @@ -39,7 +39,7 @@ To deploy the sample API:

0. Invoke the `gcloud` command to deploy the API configuration file:

gcloud beta service-management deploy swagger.json
gcloud service-management deploy openapi.json

0. Deploy the API implementation code by invoking:

Expand Down