# springcoud-series **Repository Path**: dd-cat/springcoud-series ## Basic Information - **Project Name**: springcoud-series - **Description**: SpringCloud系列组件使用,nacos、分布式事务Seata、feign、分库分表Sharding-JDBC、规则引擎drools、工作流flowable、JPA等使用案例 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 11 - **Created**: 2021-04-16 - **Last Updated**: 2023-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README # dd-cat-cloud #### 介绍 SpringCloud 系列 #### 软件架构 ``` dd-cat-cloud ├── cloud-client -- 客户端模块 ├ └── client-nacos -- nacos注册中心 ├── cloud-common -- 公共模块 ├── cloud-drools -- 规则引擎 ├── cloud-sharding -- 分库分表 读写分离 ├── cloud-transaction -- 事务 ├ └── cloud-transaction-seata -- 分布式事务 ├── cloud-workflow -- 工作流 └── └── workflow-flowable -- flowable工作流 ``` #### 项目中所用的技术栈