You can not 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 months ago | |
---|---|---|
doc | 3 months ago | |
src | 3 months ago | |
.editorconfig | 3 months ago | |
.gitignore | 3 months ago | |
Dockerfile | 3 months ago | |
README.md | 3 months ago | |
pom.xml | 3 months ago |
README.md
工程结构
daf-service
├── daf-auth -- 授权服务提供
├── daf-common -- 常用工具封装包
├── daf-gateway -- Spring Cloud 网关
├── daf-ops -- 运维中心
├ ├── daf-admin -- spring-cloud后台管理
├ ├── daf-develop -- 代码生成
├ ├── daf-resource -- 资源管理
├ ├── daf-seata-order -- seata分布式事务demo
├ ├── daf-seata-storage -- seata分布式事务demo
├── daf-service -- 业务模块
├ ├── daf-desk -- 工作台模块
├ ├── daf-log -- 日志模块
├ ├── daf-system -- 系统模块
├ └── daf-user -- 用户模块
├── daf-service-api -- 业务模块api封装
├ ├── daf-desk-api -- 工作台api
├ ├── daf-dict-api -- 字典api
├ ├── daf-system-api -- 系统api
└── └── daf-user-api -- 用户api
``