| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi</artifactId> |
| | | <groupId>com.finance</groupId> |
| | | <artifactId>finance</artifactId> |
| | | <version>3.8.6</version> |
| | | |
| | | <name>ruoyi</name> |
| | | <url>http://www.ruoyi.vip</url> |
| | | <description>若依管理系统</description> |
| | | <name>finance</name> |
| | | <url>https://1hoper.com/</url> |
| | | <description>财政运行分析评估系统</description> |
| | | |
| | | <properties> |
| | | <ruoyi.version>3.8.6</ruoyi.version> |
| | |
| | | |
| | | <!-- 定时任务--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-quartz</artifactId> |
| | | <groupId>com.finance</groupId> |
| | | <artifactId>finance-quartz</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 代码生成--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-generator</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.finance</groupId> |
| | | <artifactId>finance-generator</artifactId> |
| | | <version>3.8.6</version> |
| | | </dependency> |
| | | |
| | | <!-- 核心模块--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-framework</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.finance</groupId> |
| | | <artifactId>finance-framework</artifactId> |
| | | <version>3.8.6</version> |
| | | </dependency> |
| | | |
| | | <!-- 系统模块--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-system</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.finance</groupId> |
| | | <artifactId>finance-system</artifactId> |
| | | <version>3.8.6</version> |
| | | </dependency> |
| | | |
| | | <!-- 通用工具--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.finance</groupId> |
| | | <artifactId>finance-common</artifactId> |
| | | <version>3.8.6</version> |
| | | </dependency> |
| | | |
| | | <!--hutool工具包--> |
| | |
| | | </dependencyManagement> |
| | | |
| | | <modules> |
| | | <module>ruoyi-admin</module> |
| | | <module>ruoyi-framework</module> |
| | | <module>ruoyi-system</module> |
| | | <module>ruoyi-quartz</module> |
| | | <module>ruoyi-generator</module> |
| | | <module>ruoyi-common</module> |
| | | <module>ruoyi-admin-dept</module> |
| | | <module>finance-admin</module> |
| | | <module>finance-framework</module> |
| | | <module>finance-system</module> |
| | | <module>finance-quartz</module> |
| | | <module>finance-generator</module> |
| | | <module>finance-common</module> |
| | | <module>finance-admin-dept</module> |
| | | <module>code-generator</module> |
| | | </modules> |
| | | <packaging>pom</packaging> |