Guest User

Untitled

a guest
Jan 29th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
  2. <property name="driverClassName" value="com.mysql.jdbc.Driver" />
  3. <property name="url" value="jdbc:mysql://localhost:3306/abc" />
  4. <property name="username" value="root" />
  5. <property name="password" value="root" />
  6. </bean>
Add Comment
Please, Sign In to add comment