getResourceAsStream到底是个啥东西?

图片 右键设置文件夹为properties,然后就可以

InputStream is = TestTmall.class.getResourceAsStream("/jdbc.properties");

结论:resources可以很方便的读取配置文件.