资源简介
springboot实现微信公众号模版消息推送,用的是构架:springboot+redis,详细教程:https://blog.csdn.net/chenhongming888/article/details/95173079
代码片段和文件信息
/*
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
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.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) {
Syst
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 333 2019-07-09 09:42 .gitignore
目录 0 2019-07-09 10:49 .idea\
文件 816 2019-07-09 09:43 .idea\compiler.xm
文件 177 2019-07-09 09:43 .idea\encodings.xm
目录 0 2019-07-09 10:19 .idea\libraries\
文件 599 2019-07-09 09:45 .idea\libraries\Maven__ch_qos_logback_logback_classic_1_1_11.xm
文件 578 2019-07-09 09:45 .idea\libraries\Maven__ch_qos_logback_logback_core_1_1_11.xm
文件 567 2019-07-09 09:49 .idea\libraries\Maven__commons_codec_commons_codec_1_11.xm
文件 527 2019-07-09 09:49 .idea\libraries\Maven__commons_io_commons_io_2_5.xm
文件 538 2019-07-09 10:19 .idea\libraries\Maven__com_alibaba_fastjson_1_2_58.xm
文件 546 2019-07-09 09:45 .idea\libraries\Maven__com_fasterxm
文件 668 2019-07-09 09:45 .idea\libraries\Maven__com_fasterxm
文件 626 2019-07-09 09:45 .idea\libraries\Maven__com_fasterxm
文件 654 2019-07-09 09:45 .idea\libraries\Maven__com_fasterxm
文件 570 2019-07-09 09:45 .idea\libraries\Maven__com_jayway_jsonpath_json_path_2_2_0.xm
文件 724 2019-07-09 09:45 .idea\libraries\Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xm
文件 635 2019-07-09 09:45 .idea\libraries\Maven__javax_validation_validation_api_1_1_0_Final.xm
文件 479 2019-07-09 09:45 .idea\libraries\Maven__junit_junit_4_12.xm
文件 566 2019-07-09 09:45 .idea\libraries\Maven__net_minidev_accessors_smart_1_1.xm
文件 545 2019-07-09 09:45 .idea\libraries\Maven__net_minidev_json_smart_2_2_1.xm
文件 580 2019-07-09 09:49 .idea\libraries\Maven__org_apache_commons_commons_lang3_3_6.xm
文件 594 2019-07-09 09:45 .idea\libraries\Maven__org_apache_commons_commons_pool2_2_4_3.xm
文件 601 2019-07-09 10:12 .idea\libraries\Maven__org_apache_httpcomponents_httpclient_4_5_8.xm
文件 587 2019-07-09 10:12 .idea\libraries\Maven__org_apache_httpcomponents_httpcore_4_4_8.xm
文件 649 2019-07-09 09:45 .idea\libraries\Maven__org_apache_tomcat_em
文件 635 2019-07-09 09:45 .idea\libraries\Maven__org_apache_tomcat_em
文件 684 2019-07-09 09:45 .idea\libraries\Maven__org_apache_tomcat_em
文件 660 2019-07-09 09:45 .idea\libraries\Maven__org_apache_tomcat_tomcat_annotations_api_8_5_23.xm
文件 559 2019-07-09 09:45 .idea\libraries\Maven__org_assertj_assertj_core_2_6_0.xm
文件 556 2019-07-09 09:45 .idea\libraries\Maven__org_hamcrest_hamcrest_core_1_3.xm
文件 577 2019-07-09 09:45 .idea\libraries\Maven__org_hamcrest_hamcrest_library_1_3.xm
............此处省略81个文件信息
- 上一篇:徐小湛.txt
- 下一篇:TM1620测试程序
评论
共有 条评论