| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common</artifactId>
|
| | | <version>3.2.0</version>
|
| | | <version>3.6.0</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | | </description>
|
| | |
|
| | | <dependencies>
|
| | | |
| | |
|
| | | <!-- Spring Web -->
|
| | | <dependency>
|
| | | <groupId>org.springframework</groupId>
|
| | | <artifactId>spring-webmvc</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- RuoYi Api System -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-api-system</artifactId>
|
| | | </dependency>
|
| | | |
| | |
|
| | | <!-- RuoYi Common Redis-->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-redis</artifactId>
|
| | | </dependency>
|
| | | |
| | |
|
| | | </dependencies>
|
| | |
|
| | | </project>
|