我有一个基本的 SpringBoot 2.0.3.RELEASE 应用程序。使用 Spring Initializer、JPA、嵌入式 Tomcat、Thymeleaf 模板引擎,并在 pom.xml 中将这些依赖项打包为可执行 JAR 文件
但是当我从控制台启动项目时,我唯一看到的是这个和应用程序。不开始:
The Class-Path manifest attribute in /Users/peris/.m2/repository/com/sun/xml/bind/jaxb-core/2.2.11/jaxb-core-2.2.11.jar referenced one or more files that do not exist: file:/Users/peris/.m2/repository/com/sun/xml/bind/jaxb-core/2.2.11/jaxb-api.jar
The Class-Path manifest attribute in /Users/peris/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-impl-2.2.11.jar referenced one or more files that do not exist: file:/Users/peris/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-core.jar
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.3.RELEASE)
我已经清理了两次文件夹 /Users/peris/.m2/
莫回无
相关分类