Project

General

Profile

« Previous | Next » 

Revision 45fd6fd3

Added by Andreas Müller about 5 years ago

ref #8118 update mysql driver path in code and tests

View differences:

cdmlib-remote-webapp/src/main/webapp/WEB-INF/datasources/empty-default-datasource.xml
17 17
   </bean>
18 18

  
19 19
    <bean id="empty_defaultDataSource"  lazy-init="true" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
20
        <property name="driverClassName" value="com.mysql.jdbc.Driver"/>
20
        <property name="driverClassName" value="com.mysql.cj.jdbc.Driver"/>
21 21
        <property name="username" value="${local.usr}"/>
22 22
        <property name="password" value="${local.pwd}"/>
23 23
        <property name="url" value="jdbc:mysql://${local.host}/cdm_empty_default"/>

Also available in: Unified diff