用Spring去产生数据源对象
用Spring去产生数据源对象
SpringXML文件中的配置:
public class ts {
@Test
public void fun() throws PropertyVetoException, SQLException {
ApplicationContext context =
new ClassPathXmlApplicationContext("applicationContext.xml");
ComboPooledDataSource dataSource = context.getBean("c3p0", ComboPooledDataSource.class);
Connection connection = dataSource.getConnection();
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/10703.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论