一个让http接口调用跟调用本地方法一样自然优雅的项目
☆175Sep 1, 2022Updated 3 years ago
Alternatives and similar repositories for http-api-invoker
Users that are interested in http-api-invoker are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆87Dec 16, 2022Updated 3 years ago
- 用于将大量的数据进行分片分页分批处理的通用处理框架☆39Dec 23, 2018Updated 7 years ago
- 对http请求进行封装的,通过对接口函 数进行代理,实现优雅的http调用☆106Oct 25, 2023Updated 2 years ago
- 一个用于比较两个对象的所有属性是否全部相等,并且可以获取所有不相等的属性的比对器☆237Jul 23, 2021Updated 4 years ago
- 使用 STOMP over SockJS 实现的 SpringBoot 脚手架项目,可用于快速搭建 WebSocket 工程☆20Feb 2, 2019Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- 一个仿豆瓣的flutter App☆15Sep 29, 2020Updated 5 years ago
- generate mock data with specified template. 生成mock数据的利器,mockjs的java实现。同时内置随机 random 一个对象的功能。OSSRH-56437☆31Jun 17, 2022Updated 3 years ago
- 本项目用于展示个人在使用Spring开发的过程中总结的最佳实践☆39Aug 26, 2024Updated last year
- 基于java实现的有限状态自动机,轻松,快捷,高效的关联状态的扭转☆15May 7, 2019Updated 6 years ago
- 1. OkHttpClient基本参数配置介绍 2. 普通GET请求(同步/异步) 3. 普通POST请求(同步/异步) 4. 根据tag取消请求 5. POST请求提交String 6. POST请求提交流 7. POST请求提交JSON(实体转JSON) 8. POST…☆12Jul 26, 2018Updated 7 years ago
- Automatic cache annotation based on AOP implementation, support Redis and local cache, read and write cache data in the simplest way☆25Sep 18, 2024Updated last year
- http proxy with Spring Boot for any dubbo generic invoke☆29Mar 8, 2023Updated 3 years ago
- 元数据采集,抓取指定目标库的所有表信息☆12Sep 8, 2022Updated 3 years ago
- java性能测试框架☆13Feb 17, 2015Updated 11 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 剑指offer CodingInterview | Solutions to the book <Coding Interviews> with Java.《剑指offer—名企面试官精讲典型编程题》面试题目的Java实现。☆18Feb 18, 2019Updated 7 years ago
- e2e interface testing framework☆16Jun 21, 2022Updated 3 years ago
- API聚合框架,只需要简单的配置就可以完成多个API的聚合操作。☆18May 14, 2020Updated 5 years ago
- H5小游戏klotski——华容道的源代码☆11Apr 26, 2019Updated 6 years ago
- It is a demo for maven archetypes plugin. We can use archetypes to generate our project structs.☆10Mar 21, 2014Updated 12 years ago
- DDD写一个下单功能,帮助大家了解DDD中的规范。☆18Jan 26, 2022Updated 4 years ago
- 抽取一个简单 HTTP 的通用接口,底层实现根据具体引入依赖指定。☆53Nov 13, 2025Updated 4 months ago
- 该工具作用是快速造数据,按照你想要的规则将造好的测试数据存入csv,方便postman,jmeter等工具做接口自动化 我们知道当我们做接口自动化的时候,制作入参的csv表格手动填写很麻烦,特别是当项目某个字段的规则变了以后,那么所有涉及到这个字段的正常和异常用例数据可能都…☆11May 18, 2019Updated 6 years ago
- Spring DDAL是基于spring AOP和AbstractRoutingDataSource实现了读写分离和分库分表功能,是一款轻量级的插件,简单易用、轻耦合,使用注解即可完成读写分离、分库分表。