| | |
| | | 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> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>ruoyi</artifactId> |
| | | <version>3.6.4</version> |
| | | |
| | |
| | | <description>微服务系统</description> |
| | | |
| | | <properties> |
| | | <ruoyi.version>3.6.4</ruoyi.version> |
| | | <se.version>3.6.4</se.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <java.version>1.8</java.version> |
| | |
| | | |
| | | <!-- 核心模块 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-core</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-core</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 接口模块 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-swagger</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-swagger</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 安全模块 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-security</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-security</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 数据脱敏 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-sensitive</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-sensitive</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 权限范围 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-datascope</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-datascope</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 多数据源 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-datasource</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-datasource</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 分布式事务 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-seata</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-seata</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 日志记录 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-log</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-log</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 缓存服务 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-redis</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-common-redis</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 系统接口 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-api-system</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | <groupId>com.se</groupId> |
| | | <artifactId>se-api-system</artifactId> |
| | | <version>${se.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |