Project

General

Profile

« Previous | Next » 

Revision 1c073da5

Added by Andreas Müller about 5 years ago

doc

View differences:

src/site/apt/getting-started.apt
65 65

  
66 66
    <bean id="dataSource"
67 67
			class="org.springframework.jdbc.datasource.DriverManagerDataSource">
68
        <property name="driverClassName" value="com.mysql.jdbc.Driver"/>
68
        <property name="driverClassName" value="com.mysql.cj.jdbc.Driver"/>
69 69
        <property name="url" value="jdbc:mysql://192.168.2.10/cdm_build"/>
70 70
        <property name="username" value="cdm_user"/>
71 71
        <property name="password" value="why_do_i_need_this"/>
......
95 95

  
96 96
    * Maven 3 commandline tools. Follow the instruction to install maven on your local machine. See {{{https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/GeneralDev#Maven}}} for installation instructions.
97 97

  
98
    * Subclipse 1.6.x (for convenient subversion access from Eclipse). {{{http://subclipse.tigris.org/}}}
98
    * Git
99 99

  
100
    * Java JDK >= 1.6 (JRE is not enough) and JAVA_HOME is set to JDK path
100
    * Java JDK >= 1.8 (JRE is not enough) and JAVA_HOME is set to JDK path
101 101

  
102 102
	[]
103 103

  

Also available in: Unified diff