| | |
| | | <parent>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <version>3.4.0</version>
|
| | | <version>3.8.0</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | | <!--velocity代码生成使用模板 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | | <artifactId>velocity</artifactId>
|
| | | <artifactId>velocity-engine-core</artifactId>
|
| | | </dependency>
|
| | | <!--commons-collections-->
|
| | |
|
| | | <!-- collections工具类 -->
|
| | | <dependency>
|
| | | <groupId>commons-collections</groupId>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- 通用工具-->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|