疯狂的狮子li
2021-09-26 8a81f37d2275131638e915561f1d8671f9fecf30
ruoyi-framework/pom.xml
@@ -61,12 +61,23 @@
            <artifactId>druid-spring-boot-starter</artifactId>
        </dependency>
        <!-- dynamic-datasource 多数据源-->
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
        </dependency>
        <!-- sql性能分析插件 -->
        <dependency>
            <groupId>p6spy</groupId>
            <artifactId>p6spy</artifactId>
        </dependency>
        <!-- 系统模块-->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-system</artifactId>
            <artifactId>ruoyi-common</artifactId>
        </dependency>
    </dependencies>
</project>
</project>