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

This commit is contained in:
RuoYi 2021-10-27 15:27:52 +08:00
parent eb47c82bbe
commit 7e830a022c

View File

@ -175,6 +175,12 @@
<version>${jwt.version}</version>
</dependency>
<!-- Jaxb -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<!-- Swagger3依赖 -->
<dependency>
<groupId>io.springfox</groupId>