File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6969 <version >1.27.0</version >
7070 </dependency >
7171
72- <!-- [START dependencies ] -->
72+ <!-- [START gae_java8_postgres_dependencies ] -->
7373 <dependency >
7474 <groupId >org.postgresql</groupId >
7575 <artifactId >postgresql</artifactId >
8181 <artifactId >postgres-socket-factory</artifactId >
8282 <version >1.0.11</version >
8383 </dependency >
84- <!-- [END dependencies ] -->
84+ <!-- [END gae_java8_postgres_dependencies ] -->
8585 </dependencies >
8686
8787 <build >
8888 <!-- for hot reload of the web application -->
8989 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
9090 <plugins >
91- <!-- [START plugins ] -->
91+ <!-- [START gae_java8_postgres_plugins ] -->
9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-war-plugin</artifactId >
114114 <deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
115115 </configuration >
116116 </plugin >
117- <!-- [END plugins ] -->
117+ <!-- [END gae_java8_postgres_plugins ] -->
118118 </plugins >
119119 </build >
120120</project >
Original file line number Diff line number Diff line change 7171 <version >1.27.0</version >
7272 </dependency >
7373
74- <!-- [START dependencies ] -->
74+ <!-- [START gae_java8_mysql_dependencies ] -->
7575 <dependency > <!-- Only used locally -->
7676 <groupId >mysql</groupId >
7777 <artifactId >mysql-connector-java</artifactId >
8282 <artifactId >mysql-socket-factory</artifactId >
8383 <version >1.0.11</version >
8484 </dependency >
85- <!-- [END dependencies ] -->
85+ <!-- [END gae_java8_mysql_dependencies ] -->
8686 </dependencies >
8787 <build >
8888 <!-- for hot reload of the web application -->
8989 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
9090 <plugins >
91- <!-- [START plugins ] -->
91+ <!-- [START gae_java8_mysql_plugins ] -->
9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-war-plugin</artifactId >
114114 <deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
115115 </configuration >
116116 </plugin >
117- <!-- [END plugins ] -->
117+ <!-- [END gae_java8_mysql_plugins ] -->
118118 </plugins >
119119 </build >
120120</project >
Original file line number Diff line number Diff line change 3030 <version >1.0.9</version >
3131 </parent >
3232
33- <!-- [START properties ] -->
33+ <!-- [START gae_java_mysql_properties ] -->
3434 <properties >
3535<!-- INSTANCE_CONNECTION_NAME from Cloud Console > SQL > Instance Details > Properties
3636 or gcloud sql instances describe <instance>
4848 <maven .compiler.source>1.7</maven .compiler.source>
4949<!-- [END_EXCLUDE] -->
5050 </properties >
51- <!-- [END properties ] -->
51+ <!-- [END gae_java_mysql_properties ] -->
5252 <dependencies >
5353 <dependency >
5454 <groupId >javax.servlet</groupId >
7171 </dependency >
7272
7373
74- <!-- [START dependencies ] -->
74+ <!-- [START gae_java_mysql_dependencies ] -->
7575 <dependency > <!-- ONLY USED LOCALY -->
7676 <groupId >mysql</groupId >
7777 <artifactId >mysql-connector-java</artifactId >
8282 <artifactId >mysql-socket-factory</artifactId >
8383 <version >1.0.11</version >
8484 </dependency >
85- <!-- [END dependencies ] -->
85+ <!-- [END gae_java_mysql_dependencies ] -->
8686 </dependencies >
8787 <build >
8888 <!-- for hot reload of the web application -->
8989 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
9090 <plugins >
91- <!-- [START plugins ] -->
91+ <!-- [START gae_java_mysql_plugins ] -->
9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-war-plugin</artifactId >
114114 <deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
115115 </configuration >
116116 </plugin >
117- <!-- [END plugins ] -->
117+ <!-- [END gae_java_mysql_plugins ] -->
118118 </plugins >
119119 </build >
120120</project >
You can’t perform that action at this time.
0 commit comments