Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<bean id="db_access"
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<property name="driverClassName" value="net.sourceforge.jtds.jdbc.Driver" />
<property name="url" value="<context.url>" />
<property name="username" value="<context.user>" />
<property name="password" value="<context.pw>" />
</bean>