File tree 8 files changed +13
-12
lines changed
8 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 69
69
</dependency >
70
70
71
71
<!-- [START dependencies] -->
72
- <dependency > <!-- ONLY USED LOCALY -->
72
+ <dependency >
73
73
<groupId >mysql</groupId >
74
74
<artifactId >mysql-connector-java</artifactId >
75
- <version >5.1.40</version > <!-- v5.x.x is Java 7, v6.x.x is Java 8 -->
75
+ <version >5.1.40</version > <!-- v5.x.x is for production, v6.x.x EAP X DevAPI and Java 8 -->
76
+ <!-- <version>6.0.6</version>-->
76
77
</dependency >
77
78
<dependency >
78
79
<groupId >com.google.cloud.sql</groupId >
79
- <artifactId >mysql-socket-factory</artifactId >
80
+ <artifactId >mysql-socket-factory</artifactId > <!-- mysql-socket-factory-connector-j-6 -->
80
81
<version >1.0.2</version >
81
82
</dependency >
82
83
<!-- [END dependencies] -->
Original file line number Diff line number Diff line change 16
16
<threadsafe >true</threadsafe >
17
17
<runtime >java8</runtime >
18
18
19
- <use-google-connector-j >true</use-google-connector-j >
19
+ <!-- < use-google-connector-j>true</use-google-connector-j> NO LONGER REQUIRED -- >
20
20
<system-properties >
21
- <property name =" ae-cloudsql.cloudsql-database-url" value =" jdbc:google: mysql://${INSTANCE_CONNECTION_NAME} /${database}?user=${user}& password=${password}" />
22
- <property name =" ae-cloudsql.local-database-url" value =" jdbc:mysql://google/${database}?cloudSqlInstance=${INSTANCE_CONNECTION_NAME}& socketFactory=com.google.cloud.sql.mysql.SocketFactory& user=${user}& password=${password}& useSSL=false " />
21
+ <property name =" ae-cloudsql.cloudsql-database-url" value =" jdbc:mysql://google /${database}?useSSL=false & cloudSqlInstance=${INSTANCE_CONNECTION_NAME} & socketFactory=com.google.cloud.sql.mysql.SocketFactory & user=${user}& password=${password}" />
22
+ <property name =" ae-cloudsql.local-database-url" value =" jdbc:mysql://google/${database}?useSSL=false & cloudSqlInstance=${INSTANCE_CONNECTION_NAME}& socketFactory=com.google.cloud.sql.mysql.SocketFactory& user=${user}& password=${password}" />
23
23
</system-properties >
24
24
</appengine-web-app >
25
25
<!-- [END config] -->
Original file line number Diff line number Diff line change 15
15
-->
16
16
<project >
17
17
<modelVersion >4.0.0</modelVersion >
18
- <groupId >come .example.bigquery</groupId >
18
+ <groupId >com .example.bigquery</groupId >
19
19
<artifactId >bigquery-google-cloud-samples</artifactId >
20
20
<packaging >jar</packaging >
21
21
Original file line number Diff line number Diff line change 15
15
-->
16
16
<project >
17
17
<modelVersion >4.0.0</modelVersion >
18
- <groupId >come .example.datastore</groupId >
18
+ <groupId >com .example.datastore</groupId >
19
19
<artifactId >datastore-google-cloud-samples</artifactId >
20
20
<packaging >jar</packaging >
21
21
Original file line number Diff line number Diff line change 15
15
-->
16
16
<project >
17
17
<modelVersion >4.0.0</modelVersion >
18
- <groupId >come .example.logging</groupId >
18
+ <groupId >com .example.logging</groupId >
19
19
<artifactId >logging-google-cloud-samples</artifactId >
20
20
<packaging >jar</packaging >
21
21
Original file line number Diff line number Diff line change 15
15
-->
16
16
<project >
17
17
<modelVersion >4.0.0</modelVersion >
18
- <groupId >come .example.pubsub</groupId >
18
+ <groupId >com .example.pubsub</groupId >
19
19
<artifactId >pubsub-google-cloud-samples</artifactId >
20
20
<packaging >jar</packaging >
21
21
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ limitations under the License.
30
30
-->
31
31
<project >
32
32
<modelVersion >4.0.0</modelVersion >
33
- <groupId >come .example.spanner</groupId >
33
+ <groupId >com .example.spanner</groupId >
34
34
<artifactId >spanner-google-cloud-samples</artifactId >
35
35
<packaging >jar</packaging >
36
36
Original file line number Diff line number Diff line change 15
15
-->
16
16
<project >
17
17
<modelVersion >4.0.0</modelVersion >
18
- <groupId >come .example.storage</groupId >
18
+ <groupId >com .example.storage</groupId >
19
19
<artifactId >storage-google-cloud-samples</artifactId >
20
20
<packaging >jar</packaging >
21
21
You can’t perform that action at this time.
0 commit comments