| | |
| | | <artifactId>ruoyi-fusion</artifactId> |
| | | |
| | | <description> |
| | | AI绘画 |
| | | 三方API接入 |
| | | </description> |
| | | |
| | | <properties> |
| | |
| | | </properties> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-redis</artifactId> |
| | |
| | | <groupId>org.ruoyi</groupId> |
| | | <artifactId>ruoyi-system</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.ruoyi</groupId> |
| | | <artifactId>ruoyi-knowledge</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </project> |