how to use jdbc in Spring Bean XML "org.apache.tomcat.dbcp.dbcp.BasicDataSource" is having error -


my error in class not know org.apache.tomcat.dbcp.basicdatasource

    <bean id="datasource" class="org.apache.tomcat.dbcp.dbcp.basicdatasource">         <property name="driverclassname" value="oracle.jdbc.driver.oracledriver" />         <property name="url" value="jdbc:oracle:thin:@192.168.0.100:1521:xe" />         <property name="username" value="gjhgsdaugfjh" />         <property name="password" value="asdfkasgdu" />     </bean> 


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -