File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
appengine-java8/endpoints-v2-guice Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ To deploy the sample API:
41
41
42
42
0 . Invoke the ` gcloud ` command to deploy the API configuration file:
43
43
44
- gcloud service-management deploy openapi.json
44
+ gcloud service-management deploy target/openapi-docs/ openapi.json
45
45
46
46
0 . Deploy the API implementation code by invoking:
47
47
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ targetCompatibility = 1.8 // App Engine Standard uses Java 8
63
63
task replaceProjectId (type : Copy ) {
64
64
from ' src/main/webapp/WEB-INF/'
65
65
include ' *.xml'
66
- into ' build/exploded-backend /WEB-INF'
66
+ into ' build/exploded-guice-example /WEB-INF'
67
67
expand(endpoints :[project :[id :projectId]])
68
68
filteringCharset = ' UTF-8'
69
69
}
You can’t perform that action at this time.
0 commit comments