You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 weeks ago | |
|---|---|---|
| src/main | 3 weeks ago | |
| .gitignore | 7 months ago | |
| CompletableFuture.txt | 7 months ago | |
| README.md | 7 months ago | |
| admin-client-temperature.iml | 3 weeks ago | |
| maven_install.sh | 2 months ago | |
| pom.xml | 1 month ago | |
README.md
admin-client-temperature
java CompletableFuture异步回调: https://blog.csdn.net/n0430/article/details/147880286
https://juejin.cn/post/7487071171194945547
https://blog.csdn.net/Linging_24/article/details/144832725
https://blog.51cto.com/u_16297326/13571760
Spring-axis
介绍
有时遇到比较老的项目需要调用SOAP风格的web服务做集成,为了简化这一过程,使用axis2(1.7.9)框架整合spring boot完成对web服务的调用。它提供了一种简化的方式,直接操作javabean完成对SOAP的调用和XML的解析。
- 以调用天气预报的web服务为例进行说明,WSDL地址为http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?WSDL
- swagger地址http://localhost:8081/swagger-ui.html

附录:中央技术储备仓库(Central Technique Reserve Repository)
- Spring boot整合Mybatis实现增删改查(支持多数据源)
- Spring,SpringMVC和Hibernate的整合实现增删改查
- Spring boot整合activiti工作流引擎实现OA开发
- Ruoyi-boot集成工作流引擎Flowable实例
- Spring发布与调用REST风格的WebService
- Spring boot整合Axis调用SOAP风格的web服务
- Spring boot整合Apache Shiro实现RBAC权限控制
- 使用Spring security实现RBAC权限控制
- Spring boot整合mongoDB文档数据库实现增删改查
- Spring连接Redis实现缓存
- Spring连接图存数据库Neo4j实现增删改查
- Spring boot整合列存数据库hbase实现增删改查
- Spring平台整合消息队列ActiveMQ实现发布订阅、生产者消费者模型(JMS)
- Spring boot整合消息队列RabbitMQ实现四种消息模式(AMQP)
- Spring boot整合kafka 2.1.0实现大数据消息管道
- Spring boot整合websocket实现即时通讯
- Spring security整合oauth2实现token认证
- Spring boot整合MinIO客户端实现文件管理
- 23种设计模式,源码、注释、使用场景
- 使用ETL工具Kettle的实例
- Git指南和分支管理策略
- 使用Apache Doris搭建实时数仓
- zookeeper原理、架构、使用场景和可视化
- Spring boot整合Apache dubbo v2.7.5实现分布式服务治理(SOA架构)
- 使用Spring Cloud Alibaba v2.2.7实现微服务架构(MSA架构)
- 使用Apache Paimon搭建流式数据湖
- 使用kubernetes+docker+gitlab+spring cloud实现云服务的编排、持续集成和动态扩容
- 使用Spark进行分布式计算
- 使用Flink实现流批一体化的分布式计算
- 搭建高可用nginx集群和Tomcat负载均衡
- 使用mycat实现Mysql数据库的主从复制、读写分离、分表分库、负载均衡和高可用
- 《Elasticsearch数据搜索与分析实战》源码
- 基于可靠消息最终一致性实现分布式事务(activeMQ)
- Spring boot dubbo整合seata实现分布式事务
- Spring cloud alibaba 整合seata实现分布式事务
- 并发控制:数据库锁机制和事务隔离级别的实现
- 并发控制:使用redission实现分布式锁
- 并发控制:使用zookeeper实现分布式锁
- 并发控制:Java多线程编程实例
- 并发控制:使用netty实现高性能NIO通信