File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
appengine-java8/endpoints-v2-backend Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ dependencies {
5353 compile ' com.google.endpoints:endpoints-framework-auth:1.0.5'
5454 // [END api_management]
5555}
56-
56+ // [START endpoints_plugin_config]
5757endpointsServer {
5858 // Endpoints Framework Plugin server-side configuration
5959 hostname = " ${ projectId} .appspot.com"
6060}
61+ // [END endpoints_plugin_config]
6162
6263appengine { // App Engine tasks configuration
6364 deploy { // deploy configuration
Original file line number Diff line number Diff line change 5454 <artifactId >endpoints-framework</artifactId >
5555 <version >${endpoints.framework.version} </version >
5656 </dependency >
57+ <!-- [START api_management] -->
5758 <dependency >
5859 <groupId >com.google.endpoints</groupId >
5960 <artifactId >endpoints-management-control-appengine-all</artifactId >
6061 <version >1.0.10</version >
6162 </dependency >
63+ <!-- [END api_management] -->
6264 <dependency >
6365 <groupId >com.google.appengine</groupId >
6466 <artifactId >appengine-api-1.0-sdk</artifactId >
105107 <!-- deploy configuration -->
106108 </configuration >
107109 </plugin >
110+ <!-- [START endpoints_plugin] -->
108111 <plugin >
109112 <groupId >com.google.cloud.tools</groupId >
110113 <artifactId >endpoints-framework-maven-plugin</artifactId >
114117 <hostname >${endpoints.project.id} .appspot.com</hostname >
115118 </configuration >
116119 </plugin >
120+ <!-- [END endpoints_plugin] -->
117121 <plugin >
118122 <groupId >org.codehaus.mojo</groupId >
119123 <artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments