/*
* Copyright 2007-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import java.net.*;
import java.io.*;
import java.nio.channels.*;
import java.util.Properties;
public class MavenWrapperDownloader {
private static final String WRAPPER_VERSION = "0.5.6";
/**
* Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
*/
private static final String DEFAULT_DOWNLOAD_URL = "https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/"
+ WRAPPER_VERSION + "/maven-wrapper-" + WRAPPER_VERSION + ".jar";
/**
* Path to the maven-wrapper.properties file, which might contain a downloadUrl property to
* use instead of the default one.
*/
private static final String MAVEN_WRAPPER_PROPERTIES_PATH =
".mvn/wrapper/maven-wrapper.properties";
/**
* Path where the maven-wrapper.jar will be saved to.
*/
private static final String MAVEN_WRAPPER_JAR_PATH =
".mvn/wrapper/maven-wrapper.jar";
/**
* Name of the property which should be used to override the default download url for the wrapper.
*/
private static final String PROPERTY_NAME_WRAPPER_URL = "wrapperUrl";
public static void main(String args[]) {
System.out.println("- Downloader started");
File baseDirectory = new File(args[0]);
System.out.println("- Using base directory: " + baseDirectory.getAbsolutePath());
// If the maven-wrapper.properties exists, read it and check if it contains a custom
// wrapperUrl parameter.
File mavenWrapperPropertyFile = new File(baseDirectory, MAVEN_WRAPPER_PROPERTIES_PATH);
String url = DEFAULT_DOWNLOAD_URL;
if (mavenWrapperPropertyFile.exists()) {
FileInputStream mavenWrapperPropertyFileInputStream = null;
try {
mavenWrapperPropertyFileInputStream = new FileInputStream(mavenWrapperPropertyFile);
Properties mavenWrapperProperties = new Properties();
mavenWrapperProperties.load(mavenWrapperPropertyFileInputStream);
url = mavenWrapperProperties.getProperty(PROPERTY_NAME_WRAPPER_URL, url);
} catch (IOException e) {
System.out.println("- ERROR loading '" + MAVEN_WRAPPER_PROPERTIES_PATH + "'");
} finally {
try {
if (mavenWrapperPropertyFileInputStream != null) {
mavenWrapperPropertyFileInputStream.close();
}
} catch (IOException e) {
// Ignore ...
}
}
}
System.out.println("- Downloading from: " + url);
File outputFile = new File(baseDirectory.getAbsolutePath(), MAVEN_WRAPPER_JAR_PATH);
if (!outputFile.getParentFile().exists()) {
if (!outputFile.getParentFile().mkdirs()) {
System.out.println(
"- ERROR creating output directory '" + outputFile.getParentFile().getAbsolutePath() + "'");
}
}
System.out.println("- Downloading to: " + outputFile.getAbsolutePath());
try {
downloadFileFromURL(url, outputFile);
System.out.println("Done");
System.exit(0);
} catch (Throwable e) {
System.out.println("- Error downloading");
e.printStackTrace();
System.exit(1);
}
}
private static void downloadFileFromURL(String urlString, File destination) throws Exception {
if (System.getenv("MVNW_USERNAME") != null && System.getenv("MVNW_PASSWORD") != null) {
String username = System.getenv("MVNW_USERNAME");
char[] password = System.getenv("MVNW_PASSWORD").toCharArray();
Authenticator.setDefault(new Authenticator() {
@Override
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication(username, password);
}
});
}
URL website = new URL(urlString);
ReadableByteChannel rbc;
rbc = Channels.newChannel(website.openStream());
FileOutputStream fos = new FileOutputStream(destination);
fos.getChannel().transferFrom(rbc, 0, Long.MAX_VALUE);
fos.close();
rbc.close();
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
Springboot使用ajax进行文件上传代码.rar
共96个文件
xml:73个
html:4个
java:4个
4星 · 超过85%的资源 需积分: 5 15 下载量 143 浏览量
2020-05-09
23:57:08
上传
评论
收藏 247KB RAR 举报
温馨提示
前后端均有,直接运行,这个是springboot使用ajax进行文件上传,还包括了springboot使用from表单进行文件上传,最适合初学者进行表单的文件上传,或开发自定义文件服务器使用,java web前端上传文件到后台常用三种方式,包括from表单提交、ajax提交、FormData对象提交,框架采用Spring Boot。
资源推荐
资源详情
资源评论
收起资源包目录
Springboot使用ajax进行文件上传代码.rar (96个子文件)
file
pom.xml 2KB
file.iml 9KB
target
test-classes
com
file
FileApplicationTests.class 515B
generated-test-sources
test-annotations
classes
application.properties 634B
com
file
FileApplication.class 717B
FilruploadController.class 3KB
static
file1.html 754B
file.html 292B
jq.js 411KB
generated-sources
annotations
mvnw 10KB
src
test
java
com
file
FileApplicationTests.java 207B
main
resources
application.properties 634B
templates
static
file1.html 758B
file.html 292B
jq.js 411KB
java
com
file
FileApplication.java 309B
FilruploadController.java 2KB
.idea
uiDesigner.xml 9KB
misc.xml 451B
jarRepositories.xml 879B
modules.xml 255B
encodings.xml 308B
compiler.xml 803B
workspace.xml 6KB
.gitignore 184B
libraries
Maven__org_junit_platform_junit_platform_commons_1_5_2.xml 633B
Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_10_4.xml 736B
Maven__org_apache_logging_log4j_log4j_to_slf4j_2_12_1.xml 608B
Maven__org_hibernate_validator_hibernate_validator_6_0_19_Final.xml 681B
Maven__ch_qos_logback_logback_classic_1_2_3.xml 568B
Maven__org_ow2_asm_asm_5_0_4.xml 472B
Maven__org_objenesis_objenesis_2_6.xml 508B
Maven__org_springframework_boot_spring_boot_test_2_2_7_RELEASE.xml 671B
Maven__jakarta_validation_jakarta_validation_api_2_0_2.xml 633B
Maven__org_springframework_boot_spring_boot_2_2_7_RELEASE.xml 636B
Maven__org_springframework_spring_context_5_2_6_RELEASE.xml 637B
Maven__org_springframework_boot_spring_boot_starter_json_2_2_7_RELEASE.xml 727B
Maven__org_junit_jupiter_junit_jupiter_5_5_2.xml 566B
Maven__jakarta_activation_jakarta_activation_api_1_2_2.xml 633B
Maven__org_apache_logging_log4j_log4j_api_2_12_1.xml 573B
Maven__org_junit_jupiter_junit_jupiter_engine_5_5_2.xml 615B
Maven__org_springframework_boot_spring_boot_starter_tomcat_2_2_7_RELEASE.xml 741B
Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_34.xml 660B
Maven__org_slf4j_jul_to_slf4j_1_7_30.xml 534B
Maven__ch_qos_logback_logback_core_1_2_3.xml 547B
Maven__org_mockito_mockito_core_3_1_0.xml 535B
Maven__org_slf4j_slf4j_api_1_7_30.xml 513B
Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_10_4.xml 681B
Maven__org_springframework_spring_webmvc_5_2_6_RELEASE.xml 630B
Maven__com_fasterxml_jackson_core_jackson_core_2_10_4.xml 602B
Maven__org_junit_jupiter_junit_jupiter_params_5_5_2.xml 615B
Maven__org_springframework_spring_web_5_2_6_RELEASE.xml 609B
Maven__net_bytebuddy_byte_buddy_1_10_10.xml 543B
Maven__com_fasterxml_jackson_core_jackson_databind_2_10_4.xml 630B
Maven__org_springframework_boot_spring_boot_starter_2_2_7_RELEASE.xml 692B
Maven__org_apiguardian_apiguardian_api_1_1_0.xml 572B
Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_34.xml 625B
Maven__org_springframework_boot_spring_boot_starter_test_2_2_7_RELEASE.xml 727B
Maven__com_jayway_jsonpath_json_path_2_4_0.xml 546B
Maven__org_springframework_spring_test_5_2_6_RELEASE.xml 616B
Maven__org_junit_jupiter_junit_jupiter_api_5_5_2.xml 594B
Maven__org_junit_platform_junit_platform_engine_1_5_2.xml 626B
Maven__org_springframework_boot_spring_boot_starter_logging_2_2_7_RELEASE.xml 748B
Maven__org_xmlunit_xmlunit_core_2_6_4.xml 535B
Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml 700B
Maven__org_skyscreamer_jsonassert_1_5_0.xml 537B
Maven__org_mockito_mockito_junit_jupiter_3_1_0.xml 598B
Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_10_4.xml 695B
Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_2_7_RELEASE.xml 769B
Maven__com_fasterxml_classmate_1_5_1.xml 522B
Maven__org_springframework_boot_spring_boot_autoconfigure_2_2_7_RELEASE.xml 734B
Maven__org_springframework_spring_aop_5_2_6_RELEASE.xml 609B
Maven__org_jboss_logging_jboss_logging_3_4_1_Final.xml 608B
Maven__net_minidev_json_smart_2_3.xml 507B
Maven__jakarta_annotation_jakarta_annotation_api_1_3_5.xml 633B
Maven__net_bytebuddy_byte_buddy_agent_1_10_10.xml 585B
Maven__org_springframework_boot_spring_boot_starter_validation_2_2_7_RELEASE.xml 769B
Maven__org_opentest4j_opentest4j_1_2_0.xml 533B
Maven__org_springframework_spring_jcl_5_2_6_RELEASE.xml 609B
Maven__org_yaml_snakeyaml_1_25.xml 495B
Maven__com_fasterxml_jackson_core_jackson_annotations_2_10_4.xml 651B
Maven__org_assertj_assertj_core_3_13_2.xml 542B
Maven__org_springframework_spring_beans_5_2_6_RELEASE.xml 623B
Maven__org_springframework_spring_core_5_2_6_RELEASE.xml 616B
Maven__net_minidev_accessors_smart_1_2.xml 542B
Maven__org_springframework_spring_expression_5_2_6_RELEASE.xml 658B
Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_34.xml 611B
Maven__org_hamcrest_hamcrest_2_1.xml 497B
Maven__org_springframework_boot_spring_boot_starter_web_2_2_7_RELEASE.xml 720B
Maven__jakarta_xml_bind_jakarta_xml_bind_api_2_3_3.xml 611B
.gitignore 333B
.mvn
wrapper
maven-wrapper.jar 50KB
MavenWrapperDownloader.java 5KB
maven-wrapper.properties 218B
mvnw.cmd 6KB
HELP.md 780B
共 96 条
- 1
资源评论
- 神石石2020-10-29图片存哪里去了
梦凡AI
- 粉丝: 27
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 源代码-顶踩插件代码 多功能通用版 v2.0.zip
- 源代码-电影站专业ASP留言本 v1.0.zip
- com.bishua666.luxxx1.apk
- Conan2示例工程以及mingw64编译工具链2
- exp4_2.c.sln
- [雷军]美妙的爱情......福的味道。.mp3
- 2023-04-06-项目笔记 - 第三百二十阶段 - 4.4.2.318全局变量的作用域-318 -2025.11.17
- 2023-04-06-项目笔记 - 第三百二十阶段 - 4.4.2.318全局变量的作用域-318 -2025.11.17
- java资源异步IO框架 Cindy
- java资源业务流程管理(BPM)和工作流系统 Activiti
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功