File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
appengine-java8/endpoints-v2-skeleton Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ dependencies {
4646}
4747// [END dependencies]
4848
49+ // [START endpoints_server_configuration]
4950// You must replace YOUR_PROJECT_ID with your Google Cloud Project Id
5051def projectId = ' YOUR_PROJECT_ID'
5152
52- // [START endpoints_server_configuration]
5353endpointsServer {
5454 // Endpoints Framework Plugin server-side configuration
5555 hostname = " ${ projectId} .appspot.com"
Original file line number Diff line number Diff line change 9090 <!-- deploy configuration -->
9191 </configuration >
9292 </plugin >
93+ <!-- [START endpoints_maven_configuration] -->
9394 <plugin >
9495 <groupId >com.google.cloud.tools</groupId >
9596 <artifactId >endpoints-framework-maven-plugin</artifactId >
103104 <hostname >YOUR_PROJECT_ID.appspot.com</hostname >
104105 </configuration >
105106 </plugin >
107+ <!-- [END endpoints_maven_configuration] -->
106108 </plugins >
107109 </build >
108110 <!-- [END pom_build] -->
You can’t perform that action at this time.
0 commit comments