1、this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath()+"/***"
2、System.getProperty("user.dir") + "/src/main/resources/***"
3、this.getClass().getClassLoader().getResource("/***")
4、InputStream in = this.getClass().getClassLoader().getResourceAsStream("/***);