Fetch the repository succeeded.
脚手架目的,方便快捷的开发私活项目。最重要的是方便curd。如增加一个字段、减少一个字段、单表的增删改查,等等等。
bird
----bird-dependencies # 依赖统一管理
----bird-common # 工具类
----bird-framework # 核心项目配置
----bird-server # 启动类
----bird-part # 轮子配置
--------bird-part-rabbit
--------bird-part-swagger
--------bird-part-es
--------bird-part-redis
----bird-module # 业务模块
--------bird-system-module # 系统模块
------------bird-system-domain
------------bird-system-biz-api
------------bird-system-biz
------------bird-system-web
--------bird-file-module # 文件模块
------------bird-file-domain
------------bird-file-biz-api
------------bird-file-biz
------------bird-file-web
--------bird-quartz-module # 定时任务模块
------------bird-quartz-biz
------------bird-quartz-web
--------bird-gen-module # 代码生成模块
------------bird-gen-biz
------------bird-gen-web
Sign in to post a comment
Repository Comments ( 5 )