本项目结合COLA(整洁面向对象分层架构)4.0 实现
☆224Apr 20, 2025Updated last year
Alternatives and similar repositories for think-cola
Users that are interested in think-cola are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An enterprise-grade implementation of Alibaba's COLA architecture, driven by deep insights into DDD, CQRS, and SOLID. Proven in productio…☆414Apr 28, 2026Updated 2 months ago
- 🥤 COLA: Clean Object-oriented & Layered Architecture☆12,986Jun 9, 2025Updated last year
- A modern, out-of-the-box Spring framework for building lean, clean, and maintainable apps with zero intrusion, official modularization, a…☆329Apr 24, 2026Updated 2 months ago
- 业务编写复杂了,定义业务术语 不依赖 基础设施提供的数据,意味着 我们需要转换,将更多的语义转换成 业务概念, 也是为了提供数据的变化,不会导致业务的修改,特别适合 微服务中台业务的抽象; 我认为,如何判断自己的DDD架构设计是否合理,就是DDD四层是否可以拆分模块而不影响…☆12Apr 6, 2022Updated 4 years ago
- 轻量级DDD正向/逆向业务建模框架,支撑复杂业务系统的架构演化!☆1,156Dec 19, 2025Updated 7 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 幂等的,防止重复的提交,使用spring HandlerInterceptor 拦截+redission 提供的分布式锁来进行控制☆30Apr 14, 2021Updated 5 years ago
- An enhanced layered architecture, built upon the core principles from Alibaba's official Java Development Guidelines.☆92Jan 11, 2026Updated 6 months ago
- 增强MyBatis的单表CRUD能力☆31May 27, 2026Updated last month
- DDD写一个下单功能,帮助大家了解DDD中的规范。☆18Jan 26, 2022Updated 4 years ago
- A project scaffold for one-click generation of Alibaba's best-practice architectures (COLA, Layered, MVC), with built-in configurations f…☆10Jan 16, 2025Updated last year
- crudapi is a combination of crud and api, which stands for create, delete, update and retrieve interface. It is a zero-code product by co…☆22May 23, 2026Updated last month
- An enhanced Alibaba Java diagnostic tool (Arthas) based on v3.6.6, featuring tunnel-server auto-discovery and integrated Spring Security …☆23Jan 16, 2025Updated last year
- ♨️ Demonstrate how to use DDDplus to build a complex OMS.演示如何使用DDDplus实现一套订单履约中台OMS☆336Aug 1, 2023Updated 2 years ago
- 参考 DDD/Clean Architecture 设计理念,整合 Spring Boot/Spring Security/Mybatis Plus/Vavr 的 Spring Realworld 应用案例☆24Sep 21, 2024Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- MVC【以mybatis-plus为orm框架】迁移至DDD的demo☆325Jan 4, 2024Updated 2 years ago
- 控制台输出MyBatis完整SQL☆26Jan 21, 2026Updated 6 months ago
- 📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits valu…☆8,293Jun 18, 2026Updated last month
- 游戏SDK Java服务端(初始化,登录,支付)☆10Jul 31, 2018Updated 7 years ago
- 多级缓存框架-一级缓存caffeine 二级缓存redis☆16Dec 16, 2022Updated 3 years ago
- 🔥 A lightweight DDD(Domain Driven Design) Enhancement Framework for complex business architecture!轻量级DDD增强框架!☆325Dec 19, 2025Updated 7 months ago
- ☆109Feb 23, 2018Updated 8 years ago
- ♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!☆65Dec 19, 2025Updated 7 months ago
- 我的编程学习之路,包括了design pattern,data structure,java8,java io,java concurrent,guava,spring,spring boot,spring cloud,js,vue☆16Aug 17, 2023Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 基于 DDD 架构的电商微服务项目实践☆21Apr 23, 2024Updated 2 years ago
- Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing | 基于 DDD & EventSourcing 的现代响应式 CQRS …☆301Updated this week
- Domain-Driven Design☆571Mar 31, 2021Updated 5 years ago
- Distribute Network Calculate Framework☆15Aug 15, 2017Updated 8 years ago
- 领域驱动设计落地实现基础脚手架☆12Jul 20, 2022Updated 4 years ago
- 本代码来源于极客时间《DDD实战》专栏。☆1,031May 6, 2026Updated 2 months ago
- 《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护☆3,467Aug 12, 2021Updated 4 years ago
- ddd-common是一个实施DDD+CQRS+EventSourcing架构的框架能够快速地将领域驱动设计(DDD)落地为异步、高并发、高吞吐量的Java应用框架☆15Oct 24, 2017Updated 8 years ago
- arthas-tunnel-server功能扩展,提供agent按应用->实例级联线上、基于agent应用维度的访问权限动态控制、通过tunnel代理连接agent等功能☆37Jun 15, 2023Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 一套简单的可以复制、可 以理解、可以落地、可以控制复杂性的”指导和约束"的框架。是一种架构思想,是整合了洋葱圈架构、适配器架构、DDD、整洁架构、TMF 等架构思想的一种应用架构。☆15May 25, 2022Updated 4 years ago
- Using Axon + Spring Cloud + Spring Cloud Stream + JPA to implement event sourcing and CQRS☆141Dec 10, 2021Updated 4 years ago
- 使用注解优雅记录系统日志,操作日志,后端埋点等,支持SpEL表达式,自定义上下文,自定义函数,实体类DIFF等其他高阶处理。☆1,061Jul 26, 2025Updated 11 months ago
- magic-bottle项目是一套匿名社交系统,包括IOS、Andriod、WEB管理端以及服务端,采用DDD+CQRS架构,是DDD真正落地的开源项目☆37Oct 12, 2022Updated 3 years ago
- L2Cache 是一个基于 Caffeine + Redis 的二级缓存框架。让缓存的使用在业务开发中更加简单、高效。☆635Jul 7, 2026Updated 2 weeks ago
- 异常日志服务端 后台☆12Jun 17, 2022Updated 4 years ago
- leetcode 本地化题库,有本地刷题/测试/调试/书签/题解记录等功能,代码在线执行 https://runcode.6cm.co/☆16Jan 3, 2021Updated 5 years ago