/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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
http://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.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.URL;
import java.nio.channels.Channels;
import java.nio.channels.ReadableByteChannel;
import java.util.Properties;
public class MavenWrapperDownloader {
/**
* 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/0.4.2/maven-wrapper-0.4.2.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 direcrory '" + 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 {
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-stripe-demo.zip (105个子文件)
PaymentController.class 4KB
StripeExample.class 2KB
StripeDemoApplication.class 723B
StripeDemoApplicationTests.class 642B
mvnw.cmd 6KB
stripe.css 624B
stripe.css 624B
.DS_Store 6KB
.DS_Store 6KB
.gitignore 277B
index.html 2KB
index.html 2KB
success.html 137B
success.html 137B
stripe-demo.iml 8KB
maven-wrapper.jar 47KB
MavenWrapperDownloader.java 4KB
PaymentController.java 3KB
StripeExample.java 1KB
StripeDemoApplicationTests.java 341B
StripeDemoApplication.java 322B
stripe.js 3KB
stripe.js 3KB
HELP.md 359B
mvnw 9KB
marketplace.png 7KB
marketplace.png 7KB
application.properties 160B
application.properties 158B
maven-wrapper.properties 116B
uiDesigner.xml 9KB
workspace.xml 7KB
pom.xml 2KB
Project_Default.xml 1KB
compiler.xml 862B
Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_1_3_RELEASE.xml 757B
Maven__org_springframework_boot_spring_boot_starter_thymeleaf_2_1_3_RELEASE.xml 750B
Maven__org_springframework_boot_spring_boot_starter_logging_2_1_3_RELEASE.xml 736B
Maven__org_springframework_boot_spring_boot_starter_tomcat_2_1_3_RELEASE.xml 729B
Maven__org_springframework_boot_spring_boot_autoconfigure_2_1_3_RELEASE.xml 722B
Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_9_8.xml 717B
Maven__org_springframework_boot_spring_boot_starter_json_2_1_3_RELEASE.xml 715B
Maven__org_springframework_boot_spring_boot_starter_test_2_1_3_RELEASE.xml 715B
Maven__org_thymeleaf_extras_thymeleaf_extras_java8time_3_0_3_RELEASE.xml 713B
Maven__org_springframework_boot_spring_boot_starter_web_2_1_3_RELEASE.xml 708B
Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml 688B
Maven__org_springframework_boot_spring_boot_starter_2_1_3_RELEASE.xml 680B
Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_9_8.xml 676B
Maven__org_hibernate_validator_hibernate_validator_6_0_14_Final.xml 669B
Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_9_8.xml 662B
Maven__org_springframework_boot_spring_boot_test_2_1_3_RELEASE.xml 659B
Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_16.xml 648B
Maven__org_springframework_spring_expression_5_1_5_RELEASE.xml 646B
Maven__com_fasterxml_jackson_core_jackson_annotations_2_9_0.xml 632B
Maven__org_thymeleaf_thymeleaf_spring5_3_0_11_RELEASE.xml 629B
Maven__org_springframework_spring_context_5_1_5_RELEASE.xml 625B
Maven__org_springframework_boot_spring_boot_2_1_3_RELEASE.xml 624B
Maven__org_springframework_spring_webmvc_5_1_5_RELEASE.xml 618B
Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_16.xml 613B
Maven__com_fasterxml_jackson_core_jackson_databind_2_9_8.xml 611B
Maven__org_springframework_spring_beans_5_1_5_RELEASE.xml 611B
Maven__org_springframework_spring_test_5_1_5_RELEASE.xml 604B
Maven__org_springframework_spring_core_5_1_5_RELEASE.xml 604B
Maven__javax_validation_validation_api_2_0_1_Final.xml 599B
Maven__javax_activation_javax_activation_api_1_2_0.xml 599B
Maven__javax_annotation_javax_annotation_api_1_3_2.xml 599B
Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_16.xml 599B
Maven__org_springframework_spring_jcl_5_1_5_RELEASE.xml 597B
Maven__org_springframework_spring_web_5_1_5_RELEASE.xml 597B
Maven__org_springframework_spring_aop_5_1_5_RELEASE.xml 597B
Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_2.xml 596B
Maven__org_jboss_logging_jboss_logging_3_3_2_Final.xml 596B
Maven__com_fasterxml_jackson_core_jackson_core_2_9_8.xml 583B
Maven__org_attoparser_attoparser_2_0_5_RELEASE.xml 577B
Maven__org_thymeleaf_thymeleaf_3_0_11_RELEASE.xml 573B
Maven__org_unbescape_unbescape_1_1_6_RELEASE.xml 566B
Maven__net_bytebuddy_byte_buddy_agent_1_9_10.xml 566B
Maven__org_apache_logging_log4j_log4j_api_2_11_2.xml 561B
Maven__ch_qos_logback_logback_classic_1_2_3.xml 556B
Maven__org_hamcrest_hamcrest_library_1_3.xml 541B
Maven__ch_qos_logback_logback_core_1_2_3.xml 535B
Maven__com_jayway_jsonpath_json_path_2_4_0.xml 534B
Maven__org_assertj_assertj_core_3_11_1.xml 530B
Maven__net_minidev_accessors_smart_1_2.xml 530B
Maven__org_mockito_mockito_core_2_23_4.xml 530B
Maven__org_skyscreamer_jsonassert_1_5_0.xml 525B
Maven__net_bytebuddy_byte_buddy_1_9_10.xml 524B
Maven__org_xmlunit_xmlunit_core_2_6_2.xml 523B
Maven__org_slf4j_jul_to_slf4j_1_7_25.xml 522B
Maven__org_hamcrest_hamcrest_core_1_3.xml 520B
Maven__com_stripe_stripe_java_7_0_0.xml 512B
Maven__com_fasterxml_classmate_1_4_0.xml 510B
Maven__javax_xml_bind_jaxb_api_2_3_1.xml 507B
Maven__com_google_code_gson_gson_2_8_5.xml 503B
Maven__org_slf4j_slf4j_api_1_7_25.xml 501B
Maven__org_objenesis_objenesis_2_6.xml 496B
Maven__net_minidev_json_smart_2_3.xml 495B
Maven__org_yaml_snakeyaml_1_23.xml 483B
Maven__org_ow2_asm_asm_5_0_4.xml 460B
misc.xml 445B
共 105 条
- 1
- 2
资源评论
- qq_340958502022-06-01有点坑!!!
- helloword3212021-10-20也太简单了 吧,比官网的还简单,微信 ,支付包设置也没看见
BinaryBoss
- 粉丝: 31
- 资源: 4
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- apache-maven-3.6.1-bin.zip
- c593f5fc-d4a7-4b43-8ab2-51afc90f3f62
- IIR滤波器参数计算函数
- WPF树菜单拖拽功能,下级目录拖到上级目录,上级目录拖到下级目录.zip
- CDH6.3.2版本hive2.1.1修复HIVE-14706后的jar包
- 鸿蒙项目实战-天气项目(当前城市天气、温度、湿度,24h天气,未来七天天气预报,生活指数,城市选择等)
- Linux环境下oracle数据库服务器配置中文最新版本
- Linux操作系统中Oracle11g数据库安装步骤详细图解中文最新版本
- SMA中心接触件插合力量(插入力及分离力)仿真
- 变色龙记事本,有NPP功能,JSONview功能
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功