| File was renamed from ruoyi-gateway/pom.xml |
| | |
| | | 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>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd</artifactId> |
| | | <version>3.6.8</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | | <artifactId>ruoyi-gateway</artifactId>
|
| | | <artifactId>sgd-gateway</artifactId> |
| | |
|
| | | <description>
|
| | | ruoyi-gateway网关模块
|
| | | sgd-gateway网关模块 |
| | | </description>
|
| | |
|
| | | <dependencies>
|
| | |
| | | <artifactId>kaptcha</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Common Redis-->
|
| | | <!-- sgd Common Redis--> |
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-redis</artifactId>
|
| | | <groupId>com.sgd</groupId> |
| | | <artifactId>sgd-common-redis</artifactId> |
| | | </dependency>
|
| | |
|
| | | <!-- Springdoc -->
|