idea报java.lang.NullPointerException: inStream parameter is null异常**
idea报java.lang.NullPointerException: inStream parameter is null异常**做项目的时候,有时候出现这个问题,一开始我以为是代码写错了。检查了很多遍发现是ClassLoader.getSystemClassLoader()这个加载器读取druid.properties的时候不知道什么原因,老是读取不了。改用JDBCUtils.class.getClassLoader()便可以成功读取。...