| | |
| | | </dependency> |
| | | |
| | | <!-- AI 大模型相关模块。默认注释,保证编译速度 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.iocoder.boot</groupId>--> |
| | | <!-- <artifactId>yudao-module-ai</artifactId>--> |
| | | <!-- <version>${revision}</version>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-ai</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- IoT 物联网相关模块。默认注释,保证编译速度 --> |
| | | <!-- <dependency>--> |
| | |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- BI 决策大屏模块 --> |
| | | <dependency> |
| | | <groupId>cn.iocoder.boot</groupId> |
| | | <artifactId>yudao-module-bi</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- spring boot 配置所需依赖 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |