ruoyi-framework/pom.xml
@@ -49,16 +49,16 @@ <artifactId>spring-boot-starter-aop</artifactId> </dependency> <!-- SpringBoot 校验框架 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency> <!-- 阿里数据库连接池 --> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</artifactId> </dependency> <!-- 获取系统信息 --> <dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> </dependency> <!-- 系统模块-->