File tree 2 files changed +3
-1
lines changed
appengine-java8/endpoints-v2-skeleton
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ dependencies {
46
46
}
47
47
// [END dependencies]
48
48
49
+ // [START endpoints_server_configuration]
49
50
// You must replace YOUR_PROJECT_ID with your Google Cloud Project Id
50
51
def projectId = ' YOUR_PROJECT_ID'
51
52
52
- // [START endpoints_server_configuration]
53
53
endpointsServer {
54
54
// Endpoints Framework Plugin server-side configuration
55
55
hostname = " ${ projectId} .appspot.com"
Original file line number Diff line number Diff line change 90
90
<!-- deploy configuration -->
91
91
</configuration >
92
92
</plugin >
93
+ <!-- [START endpoints_maven_configuration] -->
93
94
<plugin >
94
95
<groupId >com.google.cloud.tools</groupId >
95
96
<artifactId >endpoints-framework-maven-plugin</artifactId >
103
104
<hostname >YOUR_PROJECT_ID.appspot.com</hostname >
104
105
</configuration >
105
106
</plugin >
107
+ <!-- [END endpoints_maven_configuration] -->
106
108
</plugins >
107
109
</build >
108
110
<!-- [END pom_build] -->
You can’t perform that action at this time.
0 commit comments