javaweb 报错:inStream parameter is null
解决方式:把druid.properties文件放在src目录下换成绝对路径: Properties pro =new Properties();// InputStream is= JDBCUtils.class.getClassLoader().getResourceAsStream("src/main/druid.properties");// pro.load(is); pro.load(new FileRea