| | |
| | |
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <version>3.7.0</version>
|
| | | <version>3.8.0</version>
|
| | | <packaging>jar</packaging>
|
| | |
|
| | | <name>ruoyi</name>
|
| | |
| | | <parent>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-parent</artifactId>
|
| | | <version>2.5.5</version>
|
| | | <version>2.5.6</version>
|
| | | <relativePath />
|
| | | </parent>
|
| | |
|
| | |
| | | <poi.version>4.1.2</poi.version>
|
| | | <oshi.version>5.8.2</oshi.version>
|
| | | <jna.version>5.9.0</jna.version>
|
| | | <velocity.version>1.7</velocity.version>
|
| | | <velocity.version>2.3</velocity.version>
|
| | | </properties>
|
| | |
|
| | | <dependencies>
|
| | |
| | | <!-- velocity代码生成使用模板 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | | <artifactId>velocity</artifactId>
|
| | | <artifactId>velocity-engine-core</artifactId>
|
| | | <version>${velocity.version}</version>
|
| | | <exclusions>
|
| | | <exclusion>
|
| | | <groupId>commons-collections</groupId>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | </exclusion>
|
| | | </exclusions>
|
| | | </dependency>
|
| | |
|
| | | <!-- collections工具类 -->
|