作者 RuoYi

添加Jaxb依赖,防止jdk8以上出现的兼容错误

@@ -89,12 +89,18 @@ @@ -89,12 +89,18 @@
89 <artifactId>snakeyaml</artifactId> 89 <artifactId>snakeyaml</artifactId>
90 </dependency> 90 </dependency>
91 91
92 - <!--Token生成与解析--> 92 + <!-- Token生成与解析-->
93 <dependency> 93 <dependency>
94 <groupId>io.jsonwebtoken</groupId> 94 <groupId>io.jsonwebtoken</groupId>
95 <artifactId>jjwt</artifactId> 95 <artifactId>jjwt</artifactId>
96 </dependency> 96 </dependency>
97 97
  98 + <!-- Jaxb -->
  99 + <dependency>
  100 + <groupId>javax.xml.bind</groupId>
  101 + <artifactId>jaxb-api</artifactId>
  102 + </dependency>
  103 +
98 <!-- redis 缓存操作 --> 104 <!-- redis 缓存操作 -->
99 <dependency> 105 <dependency>
100 <groupId>org.springframework.boot</groupId> 106 <groupId>org.springframework.boot</groupId>