添加jaxb-api依赖

修复了在Ubuntu18.04 openjdk-11中启动失败问题
pull/21/head
jizhuozhi 2018-07-19 23:02:50 +08:00 committed by GitHub
parent 006d538f22
commit 81b9389d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,12 @@
<dependencies>
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>