YeautyYE / cost-loggerLinks
一个注解完成方法耗时日志打印。基于spring-boot。AOP。不入侵业务逻辑
☆27Updated 7 years ago
Alternatives and similar repositories for cost-logger
Users that are interested in cost-logger are comparing it to the libraries listed below
Sorting:
- Spring Boot中增强Mongodb的配置,多数据源,连接池等☆61Updated 6 years ago
- 微服务化的最佳实践: SpringCloud、Oauth2、DDD、Reactive、Fiber、Netty、Websokcet、SSE等☆42Updated 2 years ago
- 基于Redis的延迟队列系统☆46Updated 8 years ago
- SpringForAll 官方App☆29Updated 7 years ago
- 分布式事务-最终一致性消息队列服务☆28Updated 7 years ago
- Spring Cloud 跨服务数据聚合小框架,解决服务拆分的静态数据聚合之痛。举个栗子:两个服务,A服务的某张表用到了B服务的某张表的值,我们在对A服务那张表查询的时候,把B服务某张表的值聚合在A服务的那次查询过程中。☆36Updated 3 years ago
- 基于Spring boot 2.0+ 脚手架重构微服务系统,CI、DevOps、Redisson、Shiro、RocketMQ tx、Dubbo、Sentinel、Sharding-Sphere、Fescar、Skywalking、Apollo、SocketIO, 小程序服…☆71Updated 4 years ago
- 🔒spring data redis 封装工具类包含分布式锁(distributedLock)、分布式唯一键(distributedId)☆53Updated 8 months ago
- dubbo日志扩展插件☆25Updated 8 years ago
- 延迟(延时)任务处理方案(JDK队列、Redis Zset与RabbitMQ TTL+DLX实现),对比各方案优缺点☆35Updated 3 years ago
- 高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。☆48Updated 6 years ago
- mica 演示项目☆50Updated 3 years ago
- 基于Spring Cloud的微服务治理平台☆47Updated 6 years ago
- Springboot-Netty-Protostuff-ZooKeeper-asyn 同步链接 异步发送消息阻塞等待返回☆24Updated 8 years ago
- spring-boot-starter-samples☆75Updated 11 months ago
- 《Spring Boot 2.x 核心技术实战》上 基础篇 Demo☆30Updated 7 years ago
- CAS单点登录案例。整合了CAS OAuth2、Apache Shiro、Spring Security等☆67Updated 9 years ago
- 简约而不简单功能强大的配置中心。部署简单、支持多环境多版本配置管理。支持全局配置、多应用共享配置、配置加密、配置实时同步、spring/springboot无缝对接,细粒度权限控制、安全过滤等功能☆48Updated 2 years ago
- 规则引擎的使用:excel决策表、drl决策文件 spring3.2+drools5.6 spring4.1+drools5.6 测试通过☆29Updated 10 years ago
- 提供基于spring-cloud系列整合的依赖jar包,再加入了分布式锁,分布式事务,接口文档,多数据源,单点登录,第三方集成等等可spring-boot配置的,简单化的使用工具。☆80Updated 2 years ago
- spring-cloud-gateway的管控平台,简称SCGA☆14Updated 6 years ago
- Spring Boot Admin和Nacos集成,欢迎Star☆20Updated 6 years ago
- 因为apache rocketmq 已经提供了官方版本的starter,经过源码阅读,确定可以满足部分业务需求,因此该改成将会调整为spring-boot-starter-rocketmq-plus,作为官方版本的补充☆14Updated 5 years ago
- 百度uid-generator方案改造成springcloud☆17Updated 8 years ago
- 适用于Spring Cloud体系的文档中心,不需要 使用Swagger,支持选择IP调用,如果使用了Swagger优先Swagger调用☆25Updated 6 years ago
- 专注于Spring Cloud的代码生成器,http://start.springcloud.cn☆45Updated 7 years ago
- A sample for zuul-swagger2 to test original services☆38Updated 6 years ago
- 模拟电商下单->订单处理->订单结果通知的完整流程,基于RocketMQ进行实现☆62Updated 2 years ago
- 限制瞬时发并发数/限制某个接口的时间窗口最大请求数 限流实现☆39Updated 7 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺 序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆47Updated 7 years ago