马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
公司目前框架是SpringCloud ,在一个项目中 多模块集成如下,如何设置CI/CD 自动化构建流水,减少打包时间。
wncloud-vaccine-reservation
├── wncloud-vaccine-reservation-gateway // 网关模块 [8080]
├── wncloud-vaccine-reservation-auth // 认证中心 [9200]
├── wncloud-vaccine-reservation-api // 接口模块
│ └── wncloud-vaccine-reservation-api-system // 系统接口
├── wncloud-vaccine-reservation-common // 通用模块
│ └── wncloud-vaccine-reservation-common-core // 核心模块
│ └── wncloud-vaccine-reservation-common-datascope // 权限范围
│ └── wncloud-vaccine-reservation-common-datasource // 多数据源
│ └── wncloud-vaccine-reservation-common-log // 日志记录
│ └── wncloud-vaccine-reservation-common-redis // 缓存服务
├── wncloud-vaccine-reservation-modules // 业务模块
│ └── wncloud-vaccine-reservation-system // 系统模块 [9201]
│ └── wncloud-vaccine-reservation-gen // 代码生成 [9202]
│ └── wncloud-vaccine-reservation-job // 定时任务 [9203]
│ └── wncloud-vaccine-reservation-file // 文件服务 [9300]
├──pom.xml // 公共依赖
|