mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-06-12 08:46:11 +00:00
* 修复冲突 * 1、修改使用Spring sse方式 * 恢复默认配置 * 恢复默认端口 * 菜单sql * 配置还原 * 修改数据库配置信息 * snail-ai测试版本 * 暂存修改
28 lines
861 B
XML
28 lines
861 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>ruoyi-vue-plus</artifactId>
|
|
<groupId>org.dromara</groupId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>ruoyi-modules</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<description>
|
|
ruoyi-modules 业务模块
|
|
</description>
|
|
|
|
<modules>
|
|
<module>ruoyi-demo</module>
|
|
<module>ruoyi-gen</module>
|
|
<module>ruoyi-job</module>
|
|
<module>ruoyi-system</module>
|
|
<module>ruoyi-workflow</module>
|
|
<module>ruoyi-ai</module>
|
|
</modules>
|
|
|
|
</project>
|