【update】JDK11支持

This commit is contained in:
朱杰
2021-06-11 12:26:14 +08:00
committed by 疯狂的狮子li
parent 0d9fb68a04
commit ac3f9e5f33
2 changed files with 16 additions and 1 deletions

View File

@ -146,6 +146,12 @@
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<!--jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
</dependencies>
</project>