File file = new File(Thread.currentThread().getContextClassLoader().getResource("").getPath() + "/init");
FileInputStream fileInputStream = new FileInputStream(file);
fileInputStream.close();
file.delete();
欢迎光临 JEE Study|JAVA EE|企业级开发学习网 (http://jeestudy.com/) | Powered by Discuz! X3.2 |