File tree Expand file tree Collapse file tree 8 files changed +13
-12
lines changed Expand file tree Collapse file tree 8 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 6969 </dependency >
7070
7171 <!-- [START dependencies] -->
72- <dependency > <!-- ONLY USED LOCALY -->
72+ <dependency >
7373 <groupId >mysql</groupId >
7474 <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>-->
7677 </dependency >
7778 <dependency >
7879 <groupId >com.google.cloud.sql</groupId >
79- <artifactId >mysql-socket-factory</artifactId >
80+ <artifactId >mysql-socket-factory</artifactId > <!-- mysql-socket-factory-connector-j-6 -->
8081 <version >1.0.2</version >
8182 </dependency >
8283 <!-- [END dependencies] -->
Original file line number Diff line number Diff line change 1616 <threadsafe >true</threadsafe >
1717 <runtime >java8</runtime >
1818
19- <use-google-connector-j >true</use-google-connector-j >
19+ <!-- < use-google-connector-j>true</use-google-connector-j> NO LONGER REQUIRED -- >
2020 <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}" />
2323 </system-properties >
2424</appengine-web-app >
2525<!-- [END config] -->
Original file line number Diff line number Diff line change 1515-->
1616<project >
1717 <modelVersion >4.0.0</modelVersion >
18- <groupId >come .example.bigquery</groupId >
18+ <groupId >com .example.bigquery</groupId >
1919 <artifactId >bigquery-google-cloud-samples</artifactId >
2020 <packaging >jar</packaging >
2121
Original file line number Diff line number Diff line change 1515-->
1616<project >
1717 <modelVersion >4.0.0</modelVersion >
18- <groupId >come .example.datastore</groupId >
18+ <groupId >com .example.datastore</groupId >
1919 <artifactId >datastore-google-cloud-samples</artifactId >
2020 <packaging >jar</packaging >
2121
Original file line number Diff line number Diff line change 1515-->
1616<project >
1717 <modelVersion >4.0.0</modelVersion >
18- <groupId >come .example.logging</groupId >
18+ <groupId >com .example.logging</groupId >
1919 <artifactId >logging-google-cloud-samples</artifactId >
2020 <packaging >jar</packaging >
2121
Original file line number Diff line number Diff line change 1515-->
1616<project >
1717 <modelVersion >4.0.0</modelVersion >
18- <groupId >come .example.pubsub</groupId >
18+ <groupId >com .example.pubsub</groupId >
1919 <artifactId >pubsub-google-cloud-samples</artifactId >
2020 <packaging >jar</packaging >
2121
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ limitations under the License.
3030-->
3131<project >
3232 <modelVersion >4.0.0</modelVersion >
33- <groupId >come .example.spanner</groupId >
33+ <groupId >com .example.spanner</groupId >
3434 <artifactId >spanner-google-cloud-samples</artifactId >
3535 <packaging >jar</packaging >
3636
Original file line number Diff line number Diff line change 1515-->
1616<project >
1717 <modelVersion >4.0.0</modelVersion >
18- <groupId >come .example.storage</groupId >
18+ <groupId >com .example.storage</groupId >
1919 <artifactId >storage-google-cloud-samples</artifactId >
2020 <packaging >jar</packaging >
2121
You can’t perform that action at this time.
0 commit comments