We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 314b255 + 9e9c7b4 commit b25a9e5Copy full SHA for b25a9e5
samples/kubernetes/end2end/demo-domains/domainBuilder/scripts/simple-topology.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2019, Oracle and/or its affiliates.
+# Copyright 2019, 2024, Oracle and/or its affiliates.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
domainInfo:
4
AdminUserName: '@@PROP:ADMIN_USER@@'
@@ -39,7 +39,7 @@ resources:
39
JNDIName: dc1
40
GlobalTransactionsProtocol: OnePhaseCommit
41
JDBCDriverParams:
42
- DriverName: org.gjt.mm.mysql.Driver
+ DriverName: com.mysql.cj.jdbc.Driver
43
URL: 'jdbc:mysql://mysql.default.svc.cluster.local:3306/@@PROP:DOMAIN_NAME@@'
44
PasswordEncrypted: '@@PROP:MYSQL_PWD@@'
45
Properties:
0 commit comments