ruoyi-common/pom.xml
@@ -46,7 +46,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <!-- JSON工具类 --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> @@ -151,6 +151,12 @@ <artifactId>spring-boot-configuration-processor</artifactId> </dependency> <!--redisson--> <dependency> <groupId>org.redisson</groupId> <artifactId>redisson-spring-boot-starter</artifactId> </dependency> </dependencies> </project> </project>