path = new File(ResourceUtils.getURL("classpath:").getPath());
            File uploadPath = new File(path.getAbsolutePath(), "static/tmp/");

成功!