为了账号安全,请及时绑定邮箱和手机立即绑定

启动 SpringBoot 2.0.3.RELEASE 时出错

启动 SpringBoot 2.0.3.RELEASE 时出错

波斯汪 2021-06-04 21:23:34
我有一个基本的 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.jarThe 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/
查看完整描述

1 回答

?
莫回无

TA贡献1865条经验 获得超7个赞

<dependency>

            <groupId>org.springframework.boot</groupId>

            <artifactId>spring-boot-starter</artifactId>

        </dependency>

        <dependency>

            <groupId>org.springframework.boot</groupId>

            <artifactId>spring-boot-starter-web</artifactId>

        </dependency>

        <dependency>

            <groupId>org.springframework</groupId>

            <artifactId>spring-tx</artifactId>


        </dependency>

        <dependency>

            <groupId>javax.xml.bind</groupId>

            <artifactId>jaxb-api</artifactId>


        </dependency>

        <dependency>

            <groupId>org.springframework.boot</groupId>

            <artifactId>spring-boot-starter-data-jpa</artifactId>

        </dependency>


        <dependency>

            <groupId>org.springframework.boot</groupId>

            <artifactId>spring-boot-starter-json</artifactId>

        </dependency>


查看完整回答
反对 回复 2021-06-10
  • 1 回答
  • 0 关注
  • 328 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信