疯狂的狮子li
2021-10-28 5c6f30a8a9cab5737aaa85c91d18d249682aca40
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>