| | |
| | | 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>
|
| | | <version>3.6.7</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd</artifactId>
|
| | | <version>3.6.8</version>
|
| | |
|
| | | <name>ruoyi</name>
|
| | | <url>http://www.ruoyi.vip</url>
|
| | | <description>若依微服务系统</description>
|
| | | <name>sgd</name>
|
| | | <url>http://www.sgd.vip</url>
|
| | | <description>sgd微服务系统</description>
|
| | |
|
| | | <properties>
|
| | | <ruoyi.version>3.6.7</ruoyi.version>
|
| | | <sgd.version>3.6.8</sgd.version>
|
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
| | | <java.version>17</java.version>
|
| | |
| | |
|
| | | <!-- 核心模块 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-core</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-core</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 接口模块 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-swagger</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-swagger</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 安全模块 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-security</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-security</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 数据脱敏 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-sensitive</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-sensitive</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 权限范围 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-datascope</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-datascope</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 多数据源 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-datasource</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-datasource</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 分布式事务 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-seata</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-seata</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 日志记录 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-log</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-log</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 缓存服务 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-redis</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-common-redis</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 系统接口 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-api-system</artifactId>
|
| | | <version>${ruoyi.version}</version>
|
| | | <groupId>com.sgd</groupId>
|
| | | <artifactId>sgd-api-system</artifactId>
|
| | | <version>${sgd.version}</version>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | | </dependencyManagement>
|
| | |
|
| | | <modules>
|
| | | <module>ruoyi-auth</module>
|
| | | <module>ruoyi-gateway</module>
|
| | | <module>ruoyi-visual</module>
|
| | | <module>ruoyi-modules</module>
|
| | | <module>ruoyi-api</module>
|
| | | <module>ruoyi-common</module>
|
| | | <module>sgd-auth</module>
|
| | | <module>sgd-gateway</module>
|
| | | <module>sgd-visual</module>
|
| | | <module>sgd-modules</module>
|
| | | <module>sgd-api</module>
|
| | | <module>sgd-common</module>
|
| | | </modules>
|
| | | <packaging>pom</packaging>
|
| | |
|