Skip to content

Commit

Permalink
Fix missing reference to test.jdbc.driverClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Oct 30, 2022
1 parent cd70250 commit a629c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspiredb/src/test/resources/test-data-source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</bean>

<bean id="dataSource" class="org.apache.commons.dbcp2.BasicDataSource" destroy-method="close">
<property name="driverClassName" value="com.mysql.jdbc.Driver"/>
<property name="driverClassName" value="${test.jdbc.driverClassName}"/>
<property name="username" value="${test.jdbc.username}"/>
<property name="password" value="${test.jdbc.password}"/>
<property name="url" value="${test.jdbc.url}"/>
Expand Down

0 comments on commit a629c64

Please sign in to comment.