Guest User

Untitled

a guest
Feb 15th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!-- Database Information -->
  2. <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
  3. destroy-method="close">
  4. <property name="driverClassName" value="com.mysql.jdbc.Driver"/>
  5. <property name="url"
  6. value="jdbc:mysql://localhost:3306/test?characterEncoding=utf8"/>
  7. <property name="username" value="root"/>
  8. <property name="password" value=""/>
  9. </bean>
Add Comment
Please, Sign In to add comment