File tree 2 files changed +6
-1
lines changed
appengine-java8/endpoints-v2-backend 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ dependencies {
53
53
compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
54
54
// [END api_management]
55
55
}
56
-
56
+ // [START endpoints_plugin_config]
57
57
endpointsServer {
58
58
// Endpoints Framework Plugin server-side configuration
59
59
hostname = " ${ projectId} .appspot.com"
60
60
}
61
+ // [END endpoints_plugin_config]
61
62
62
63
appengine { // App Engine tasks configuration
63
64
deploy { // deploy configuration
Original file line number Diff line number Diff line change 54
54
<artifactId >endpoints-framework</artifactId >
55
55
<version >${endpoints.framework.version} </version >
56
56
</dependency >
57
+ <!-- [START api_management] -->
57
58
<dependency >
58
59
<groupId >com.google.endpoints</groupId >
59
60
<artifactId >endpoints-management-control-appengine-all</artifactId >
60
61
<version >1.0.10</version >
61
62
</dependency >
63
+ <!-- [END api_management] -->
62
64
<dependency >
63
65
<groupId >com.google.appengine</groupId >
64
66
<artifactId >appengine-api-1.0-sdk</artifactId >
105
107
<!-- deploy configuration -->
106
108
</configuration >
107
109
</plugin >
110
+ <!-- [START endpoints_plugin] -->
108
111
<plugin >
109
112
<groupId >com.google.cloud.tools</groupId >
110
113
<artifactId >endpoints-framework-maven-plugin</artifactId >
114
117
<hostname >${endpoints.project.id} .appspot.com</hostname >
115
118
</configuration >
116
119
</plugin >
120
+ <!-- [END endpoints_plugin] -->
117
121
<plugin >
118
122
<groupId >org.codehaus.mojo</groupId >
119
123
<artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments