We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9f5c9 commit c53577aCopy full SHA for c53577a
integration-tests/src/test/resources/sitconfig/configoverrides/jdbc-JdbcTestDataSource-0.xml
@@ -13,7 +13,7 @@
13
</jdbc:jdbc-connection-pool-params>
14
<jdbc:jdbc-driver-params>
15
<jdbc:url jdbcf:combine-mode="replace">JDBC_URL</jdbc:url>
16
- <jdbc:driver-name>com.mysql.cj.jdbc.Driver</jdbc:driver-name>
+ <jdbc:driver-name jdbcf:combine-mode="replace">com.mysql.cj.jdbc.Driver</jdbc:driver-name>
17
<jdbc:properties>
18
<jdbc:property>
19
<jdbc:name>user</jdbc:name>
0 commit comments