Merge remote-tracking branch 'origin/dev' into satoken

# Conflicts:
#	ruoyi-common/pom.xml
This commit is contained in:
疯狂的狮子li
2021-10-28 10:56:21 +08:00
5 changed files with 18 additions and 15 deletions

View File

@@ -86,6 +86,12 @@
<!-- <artifactId>jjwt</artifactId>-->
<!-- </dependency>-->
<!-- jdk11 缺失依赖 jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<!-- redis 缓存操作 -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -185,4 +191,4 @@
</dependency>
</dependencies>
</project>
</project>