jdk>=9兼容处理

This commit is contained in:
taozi
2022-05-01 19:31:52 +08:00
parent abee61b45e
commit dd8b49752b

View File

@ -274,6 +274,13 @@
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
<!--由于>=jdk9中不再包含这个jar包,导致登陆报错,需手动引入-->
<!-- <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>-->
</dependencies>
<build>