| | |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- 会员中心。默认注释,保证编译速度 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.iocoder.boot</groupId>--> |
| | | <!-- <artifactId>yudao-module-member</artifactId>--> |
| | | <!-- <version>${revision}</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- 会员中心 --> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-member</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- 数据报表。默认注释,保证编译速度 --> |
| | | <!-- 数据报表。默认注释,积木报表暂不支持 Spring Boot 4 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.iocoder.boot</groupId>--> |
| | | <!-- <artifactId>yudao-module-report</artifactId>--> |
| | | <!-- <version>${revision}</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- 工作流。默认注释,保证编译速度 --> |
| | | <!-- 工作流 --> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-bpm</artifactId> |
| | |
| | | <!-- <version>${revision}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- 商城相关模块。默认注释,保证编译速度--> |
| | | <!-- 商城相关模块。默认注释,保证编译速度 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.iocoder.boot</groupId>--> |
| | | <!-- <artifactId>yudao-module-product</artifactId>--> |
| | |
| | | <!-- <version>${revision}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- CRM 相关模块。默认注释,保证编译速度 --> |
| | | <!-- CRM 相关模块 --> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-crm</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- ERP 相关模块。默认注释,保证编译速度 --> |
| | | <!-- ERP 相关模块 --> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-erp</artifactId> |
| | |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- WMS 仓库管理模块 --> |
| | | <!-- IM 相关模块 --> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-wms</artifactId> |
| | | <artifactId>yudao-module-im</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- HRM 人力资源管理模块 --> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-hrm</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- spring boot 配置所需依赖 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |