请教c3p0的使用demo如果使用c3p0.properties做配置,应该将该文件放在什么位置?有一段代码如下:
private static String c3p0Properties="c3p0.properties"; Properties p = new Properties(); p.load(this.getClass().getResourceAsStream(c3p0Properties)); cpds=new ComboPooledDataSource();