ruoyi-common/pom.xml
@@ -70,10 +70,16 @@ <artifactId>snakeyaml</artifactId> </dependency> <!--Token生成与解析--> <!-- Token生成与解析--> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> </dependency> <!-- jdk11 缺失依赖 jaxb--> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency> <!-- redis 缓存操作 --> @@ -175,4 +181,4 @@ </dependency> </dependencies> </project> </project>