class path InputStream input = this.getClass.getResourceAsStream("/config/db.properites");String path = this.getClass.getResource("/config/db.properties").getPath();
InputStream input = this.getClass.getResourceAsStream("/config/db.properites"); String path = this.getClass.getResource("/config/db.properties").getPath();