| | |
| | |
|
| | | <dependencies>
|
| | |
|
| | | <!--velocity代码生成使用模板 -->
|
| | | <!-- velocity代码生成使用模板 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | | <artifactId>velocity-engine-core</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- collections工具类 -->
|
| | | <dependency>
|
| | | <groupId>commons-collections</groupId>
|
| | | <artifactId>commons-collections</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- 通用工具-->
|
| | |
| | | <artifactId>ruoyi-common</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- 阿里数据库连接池 -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba</groupId>
|
| | | <artifactId>druid-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | |
|
| | | </project> |