InputStream in = BeanFactory.class.getClassLoader().getResourceAsStream("bean.properties");
不能写成InputStream in = new InputStream();
如果写src,web工程一旦部署之后,则它没了,相对路径绝对用不了。
磁盘绝对路径更不可以。