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 69
69
<version >1.27.0</version >
70
70
</dependency >
71
71
72
- <!-- [START dependencies ] -->
72
+ <!-- [START gae_java8_postgres_dependencies ] -->
73
73
<dependency >
74
74
<groupId >org.postgresql</groupId >
75
75
<artifactId >postgresql</artifactId >
81
81
<artifactId >postgres-socket-factory</artifactId >
82
82
<version >1.0.11</version >
83
83
</dependency >
84
- <!-- [END dependencies ] -->
84
+ <!-- [END gae_java8_postgres_dependencies ] -->
85
85
</dependencies >
86
86
87
87
<build >
88
88
<!-- for hot reload of the web application -->
89
89
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
90
90
<plugins >
91
- <!-- [START plugins ] -->
91
+ <!-- [START gae_java8_postgres_plugins ] -->
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-war-plugin</artifactId >
114
114
<deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
115
115
</configuration >
116
116
</plugin >
117
- <!-- [END plugins ] -->
117
+ <!-- [END gae_java8_postgres_plugins ] -->
118
118
</plugins >
119
119
</build >
120
120
</project >
Original file line number Diff line number Diff line change 71
71
<version >1.27.0</version >
72
72
</dependency >
73
73
74
- <!-- [START dependencies ] -->
74
+ <!-- [START gae_java8_mysql_dependencies ] -->
75
75
<dependency > <!-- Only used locally -->
76
76
<groupId >mysql</groupId >
77
77
<artifactId >mysql-connector-java</artifactId >
82
82
<artifactId >mysql-socket-factory</artifactId >
83
83
<version >1.0.11</version >
84
84
</dependency >
85
- <!-- [END dependencies ] -->
85
+ <!-- [END gae_java8_mysql_dependencies ] -->
86
86
</dependencies >
87
87
<build >
88
88
<!-- for hot reload of the web application -->
89
89
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
90
90
<plugins >
91
- <!-- [START plugins ] -->
91
+ <!-- [START gae_java8_mysql_plugins ] -->
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-war-plugin</artifactId >
114
114
<deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
115
115
</configuration >
116
116
</plugin >
117
- <!-- [END plugins ] -->
117
+ <!-- [END gae_java8_mysql_plugins ] -->
118
118
</plugins >
119
119
</build >
120
120
</project >
Original file line number Diff line number Diff line change 30
30
<version >1.0.9</version >
31
31
</parent >
32
32
33
- <!-- [START properties ] -->
33
+ <!-- [START gae_java_mysql_properties ] -->
34
34
<properties >
35
35
<!-- INSTANCE_CONNECTION_NAME from Cloud Console > SQL > Instance Details > Properties
36
36
or gcloud sql instances describe <instance>
48
48
<maven .compiler.source>1.7</maven .compiler.source>
49
49
<!-- [END_EXCLUDE] -->
50
50
</properties >
51
- <!-- [END properties ] -->
51
+ <!-- [END gae_java_mysql_properties ] -->
52
52
<dependencies >
53
53
<dependency >
54
54
<groupId >javax.servlet</groupId >
71
71
</dependency >
72
72
73
73
74
- <!-- [START dependencies ] -->
74
+ <!-- [START gae_java_mysql_dependencies ] -->
75
75
<dependency > <!-- ONLY USED LOCALY -->
76
76
<groupId >mysql</groupId >
77
77
<artifactId >mysql-connector-java</artifactId >
82
82
<artifactId >mysql-socket-factory</artifactId >
83
83
<version >1.0.11</version >
84
84
</dependency >
85
- <!-- [END dependencies ] -->
85
+ <!-- [END gae_java_mysql_dependencies ] -->
86
86
</dependencies >
87
87
<build >
88
88
<!-- for hot reload of the web application -->
89
89
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
90
90
<plugins >
91
- <!-- [START plugins ] -->
91
+ <!-- [START gae_java_mysql_plugins ] -->
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-war-plugin</artifactId >
114
114
<deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
115
115
</configuration >
116
116
</plugin >
117
- <!-- [END plugins ] -->
117
+ <!-- [END gae_java_mysql_plugins ] -->
118
118
</plugins >
119
119
</build >
120
120
</project >
You can’t perform that action at this time.
0 commit comments