From 81b9389d348c99e04bf4f057b0ba3ac36c6bfe8e Mon Sep 17 00:00:00 2001 From: jizhuozhi <31175030+jizhuozhi@users.noreply.github.com> Date: Thu, 19 Jul 2018 23:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0jaxb-api=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复了在Ubuntu18.04 openjdk-11中启动失败问题 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 5cd2cfac9..c3f494e8f 100755 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,12 @@ + + + javax.xml.bind + jaxb-api + 2.3.0 + org.springframework.boot spring-boot-starter-web