RuoYi
2024-03-01 2f624ab5f41f15a4a1093867e4519b7ddc7ccedf
ruoyi-generator/pom.xml
@@ -17,16 +17,10 @@
    <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>
        <!-- 通用工具-->
@@ -35,6 +29,12 @@
            <artifactId>ruoyi-common</artifactId>
        </dependency>
        <!-- 阿里数据库连接池 -->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid-spring-boot-starter</artifactId>
        </dependency>
    </dependencies>
</project>