Skip to content

Commit

Permalink
Updates the Endpoints Java Framework sample README (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwong authored and dpebot committed Dec 25, 2016
1 parent cda2c4b commit 6ffcfed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit 6ffcfed

Please sign in to comment.