| | |
| | |
|
| | | <!-- velocity代码生成使用模板 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | | <artifactId>velocity</artifactId>
|
| | | <version>${velocity.version}</version>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | | <artifactId>velocity</artifactId>
|
| | | <version>${velocity.version}</version>
|
| | | <exclusions>
|
| | | <exclusion>
|
| | | <groupId>commons-collections</groupId>
|
| | |
| | |
|
| | | <!-- collections工具类 -->
|
| | | <dependency>
|
| | | <groupId>commons-collections</groupId>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | <version>${commons.collections.version}</version>
|
| | | <groupId>commons-collections</groupId>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | <version>${commons.collections.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 定时任务 -->
|