Guest User

Untitled

a guest
Jun 20th, 2018
83
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="${db.driverClassName}" />
  3. <property name="url" value="${db.url}" />
  4. <property name="username" value="${db.username}" />
  5. <property name="password" value="${db.password}" />
  6. </bean>
Add Comment
Please, Sign In to add comment