Skip to content

Commit c53577a

Browse files
committed
add the replace tag to override the driver
1 parent 5a9f5c9 commit c53577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/resources/sitconfig/configoverrides/jdbc-JdbcTestDataSource-0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</jdbc:jdbc-connection-pool-params>
1414
<jdbc:jdbc-driver-params>
1515
<jdbc:url jdbcf:combine-mode="replace">JDBC_URL</jdbc:url>
16-
<jdbc:driver-name>com.mysql.cj.jdbc.Driver</jdbc:driver-name>
16+
<jdbc:driver-name jdbcf:combine-mode="replace">com.mysql.cj.jdbc.Driver</jdbc:driver-name>
1717
<jdbc:properties>
1818
<jdbc:property>
1919
<jdbc:name>user</jdbc:name>

0 commit comments

Comments
 (0)