资源简介

http和WebService 调用接口Java代码demo,可配置根据情况自行配置内网访问

资源截图

代码片段和文件信息

package com.cjf.httpcilent;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
@EnableAsync
@EnableScheduling
@SpringBootApplication
public class SpringBootHttpCilentApplication {

public static void main(String[] args) {
SpringApplication.run(SpringBootHttpCilentApplication.class args);
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\
     目录           0  2018-08-08 15:56  spring-boot-httpInterface\.apt_generated\
     文件        1377  2018-09-10 14:21  spring-boot-httpInterface\.classpath
     文件       12044  2018-08-08 16:05  spring-boot-httpInterface\.factorypath
     文件         268  2018-08-07 08:52  spring-boot-httpInterface\.gitignore
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\.mvn\
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\.mvn\wrapper\
     文件       47610  2018-08-07 08:52  spring-boot-httpInterface\.mvn\wrapper\maven-wrapper.jar
     文件         110  2018-08-07 08:52  spring-boot-httpInterface\.mvn\wrapper\maven-wrapper.properties
     文件        1144  2018-09-10 17:00  spring-boot-httpInterface\.project
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\.settings\
     文件         155  2018-08-08 13:15  spring-boot-httpInterface\.settings\org.eclipse.core.resources.prefs
     文件          69  2018-08-29 11:16  spring-boot-httpInterface\.settings\org.eclipse.jdt.apt.core.prefs
     文件         302  2018-08-29 11:16  spring-boot-httpInterface\.settings\org.eclipse.jdt.core.prefs
     文件          90  2018-08-07 16:53  spring-boot-httpInterface\.settings\org.eclipse.m2e.core.prefs
     文件         145  2018-08-08 13:15  spring-boot-httpInterface\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件         493  2018-09-10 13:46  spring-boot-httpInterface\.springBeans
     文件        6468  2018-08-07 08:52  spring-boot-httpInterface\mvnw
     文件        4994  2018-08-07 08:52  spring-boot-httpInterface\mvnw.cmd
     文件        2519  2018-09-10 17:00  spring-boot-httpInterface\pom.xml
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\main\
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\main\java\
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\main\java\com\
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\main\java\com\cjf\
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\main\java\com\cjf\httpcilent\
     文件         499  2018-09-10 16:45  spring-boot-httpInterface\src\main\java\com\cjf\httpcilent\SpringBootHttpCilentApplication.java
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\main\java\com\cjf\httpcilent\test\
     文件         881  2018-09-10 16:58  spring-boot-httpInterface\src\main\java\com\cjf\httpcilent\test\TestHttpClient.java
     文件         666  2018-09-10 16:50  spring-boot-httpInterface\src\main\java\com\cjf\httpcilent\test\TestWebServiceClient.java
     目录           0  2018-09-18 14:42  spring-boot-httpInterface\src\main\java\com\cjf\httpcilent\utils\
............此处省略19个文件信息

评论

共有 条评论