gpt4 book ai didi

java - 导入org.springframework.boot.autoconfigure.web.ErrorAttributes无法解析

转载 作者:行者123 更新时间:2023-12-02 07:49:57 31 4
gpt4 key购买 nike

我使用 Spring Initializer嵌入式 TomcatThymeleaf 模板引擎生成了一个 Spring Boot Web 应用程序,并将其打包为可执行 JAR文件。

使用的技术:

Spring Boot 2.0.0.M6、Java 8、maven

但即使我在我的 pom.xml 中也有这种依赖

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>

我在我的项目中遇到了这个编译错误:

 The import org.springframework.boot.autoconfigure.web.ErrorAttributes cannot be  resolved
The import org.springframework.boot.autoconfigure.web.ErrorController cannot be resolved

最佳答案

尝试从以下位置导入 ErrorController

org.springframework.boot.web.servlet.error.ErrorController

以及 ErrorAttributes

import org.springframework.boot.web.servlet.error.ErrorAttributes;

关于java - 导入org.springframework.boot.autoconfigure.web.ErrorAttributes无法解析,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47454526/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com