fix JDK 1.8 以后无法登录

This commit is contained in:
Charlie John 2021-06-17 01:48:28 +08:00
parent 7401f4c578
commit 157ab6a8a6

View File

@ -67,6 +67,12 @@
<artifactId>ruoyi-system</artifactId>
</dependency>
<!-- jdk11 缺失依赖 jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.version}</version>
</dependency>
</dependencies>
</project>