We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db73e03 commit 3de3995Copy full SHA for 3de3995
appengine-java8/cloudsql/src/main/webapp/WEB-INF/appengine-web.xml
@@ -11,7 +11,7 @@
11
See the License for the specific language governing permissions and
12
limitations under the License.
13
-->
14
-<!-- [START config] -->
+<!-- [START gae_java8_mysql_config] -->
15
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
16
<threadsafe>true</threadsafe>
17
<runtime>java8</runtime>
@@ -22,4 +22,4 @@
22
<property name="cloudsql" value="jdbc:mysql://google/${database}?useSSL=false&cloudSqlInstance=${INSTANCE_CONNECTION_NAME}&socketFactory=com.google.cloud.sql.mysql.SocketFactory&user=${user}&password=${password}" />
23
</system-properties>
24
</appengine-web-app>
25
-<!-- [END config] -->
+<!-- [END gae_java8_mysql_config] -->
0 commit comments