Java定时任务获得项目路径

private String getPath() throws IOException{
        String root = RequestContext.class.getResource("/").getFile();
        return new File(root).getParentFile().getParentFile().getCanonicalPath();
    }

你可能感兴趣的:(Java定时任务获得项目路径)