RuoYi
2024-03-01 8c990ae9fc5490343b43a2c9738f0455d10076dd
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>