/*
* 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();
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
音乐播放器后端 spring boot版程序
共129个文件
xml:87个
java:12个
class:11个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 75 浏览量
2022-06-25
10:44:06
上传
评论
收藏 31.17MB ZIP 举报
温馨提示
本资源是有关我主页安卓音乐播放器的spring boot版的配套程序,相关专栏链接:https://blog.csdn.net/cun_king/category_11150848.html 也可以关注我的公众号:Code花式卷,回复”安卓“免费获取相关资源
资源推荐
资源详情
资源评论
收起资源包目录
音乐播放器后端 spring boot版程序 (129个子文件)
Music.class 4KB
User.class 4KB
UserController.class 3KB
UserService.class 2KB
RunMessage.class 2KB
MusicController.class 1KB
MusicService.class 811B
MusicplayerApplication.class 768B
UserMapper.class 571B
MusicplayerApplicationTests.class 566B
MusicMapper.class 338B
mvnw.cmd 6KB
.gitignore 395B
musicplayer.iml 9KB
maven-wrapper.jar 50KB
MavenWrapperDownloader.java 5KB
UserController.java 3KB
UserService.java 2KB
UserMapper.java 1KB
MusicController.java 705B
MusicService.java 537B
User.java 381B
Music.java 374B
MusicplayerApplication.java 338B
MusicMapper.java 323B
RunMessage.java 310B
MusicplayerApplicationTests.java 229B
Forgettable.jpg 102KB
Forgettable.jpg 102KB
Strongest.jpg 45KB
Strongest.jpg 45KB
musicplayer.kotlin_module 16B
musicplayer.kotlin_module 16B
HELP.md 891B
Strongest.mp3 8.03MB
Strongest.mp3 8.03MB
Forgettable.mp3 7.43MB
Forgettable.mp3 7.43MB
mvnw 10KB
maven-wrapper.properties 218B
ae939f9a-93a5-474b-ad80-e61d7018ef22.xml 139KB
workspace.xml 11KB
uiDesigner.xml 9KB
pom.xml 3KB
UserMapper.xml 1KB
UserMapper.xml 1KB
dataSources.local.xml 1KB
compiler.xml 888B
MusicMapper.xml 847B
MusicMapper.xml 847B
Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_12_3.xml 736B
Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_2_1_1.xml 730B
Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_5_1.xml 713B
Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml 700B
Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_12_3.xml 695B
Maven__org_springframework_boot_spring_boot_starter_logging_2_5_1.xml 692B
Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_2_1_1.xml 688B
Maven__org_springframework_boot_spring_boot_starter_tomcat_2_5_1.xml 685B
Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_12_3.xml 681B
Maven__org_springframework_boot_spring_boot_autoconfigure_2_5_1.xml 678B
Maven__org_springframework_boot_spring_boot_starter_jdbc_2_5_1.xml 671B
Maven__org_springframework_boot_spring_boot_starter_test_2_5_1.xml 671B
Maven__org_springframework_boot_spring_boot_starter_json_2_5_1.xml 671B
Maven__org_springframework_boot_spring_boot_starter_web_2_5_1.xml 664B
Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_46.xml 660B
Maven__com_fasterxml_jackson_core_jackson_annotations_2_12_3.xml 651B
Maven__org_springframework_boot_spring_boot_starter_2_5_1.xml 636B
Maven__jakarta_activation_jakarta_activation_api_1_2_2.xml 633B
Maven__org_junit_platform_junit_platform_commons_1_7_2.xml 633B
Maven__jakarta_annotation_jakarta_annotation_api_1_3_5.xml 633B
Maven__com_fasterxml_jackson_core_jackson_databind_2_12_3.xml 630B
Maven__org_junit_platform_junit_platform_engine_1_7_2.xml 626B
Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_46.xml 625B
Maven__org_junit_jupiter_junit_jupiter_engine_5_7_2.xml 615B
Maven__org_junit_jupiter_junit_jupiter_params_5_7_2.xml 615B
Maven__org_springframework_boot_spring_boot_test_2_5_1.xml 615B
Maven__org_apache_tomcat_embed_tomcat_embed_el_9_0_46.xml 611B
Maven__jakarta_xml_bind_jakarta_xml_bind_api_2_3_3.xml 611B
Maven__org_apache_logging_log4j_log4j_to_slf4j_2_14_1.xml 608B
Maven__com_fasterxml_jackson_core_jackson_core_2_12_3.xml 602B
Maven__org_springframework_spring_expression_5_3_8.xml 602B
Maven__org_mockito_mockito_junit_jupiter_3_9_0.xml 598B
Maven__org_junit_jupiter_junit_jupiter_api_5_7_2.xml 594B
Maven__net_bytebuddy_byte_buddy_agent_1_10_22.xml 585B
Maven__org_springframework_spring_context_5_3_8.xml 581B
Maven__org_springframework_boot_spring_boot_2_5_1.xml 580B
Maven__mysql_mysql_connector_java_5_1_49.xml 574B
Maven__org_springframework_spring_webmvc_5_3_8.xml 574B
Maven__org_apache_logging_log4j_log4j_api_2_14_1.xml 573B
Maven__org_apiguardian_apiguardian_api_1_1_0.xml 572B
Maven__ch_qos_logback_logback_classic_1_2_3.xml 568B
Maven__org_springframework_spring_beans_5_3_8.xml 567B
Maven__org_junit_jupiter_junit_jupiter_5_7_2.xml 566B
Maven__org_springframework_spring_core_5_3_8.xml 560B
Maven__org_springframework_spring_jdbc_5_3_8.xml 560B
Maven__org_springframework_spring_test_5_3_8.xml 560B
Maven__net_minidev_accessors_smart_2_4_7.xml 556B
Maven__org_springframework_spring_aop_5_3_8.xml 553B
Maven__org_springframework_spring_web_5_3_8.xml 553B
Maven__org_springframework_spring_jcl_5_3_8.xml 553B
共 129 条
- 1
- 2
资源评论
纸照片
- 粉丝: 1810
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功