We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f07a37 commit d06c86dCopy full SHA for d06c86d
appengine/endpoints-frameworks-v2/guice-example/README.md
@@ -33,15 +33,15 @@ To build the project:
33
34
To generate the required configuration file `openapi.json`:
35
36
- mvn endpoints-framework:openApiDoc
+ mvn endpoints-framework:openApiDocs
37
38
### Deploying the sample API to App Engine
39
40
To deploy the sample API:
41
42
0. Invoke the `gcloud` command to deploy the API configuration file:
43
44
- gcloud service-management deploy openapi.json
+ gcloud service-management deploy target/openapi-docs/openapi.json
45
46
0. Deploy the API implementation code by invoking:
47
0 commit comments