在Java类中看不到类型errorPageFilter

时间:2019-04-05 14:31:43

标签: java spring spring-boot

org.springframework.boot.context.web.ErrorPageFilter类型不可见。这是一个Maven项目,我正在尝试升级项目中的版本。对于ErrorPageFilter,依赖性如下所示:

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <version>2.1.1.RELEASE</version>
</dependency>

我得到编译时错误:org.springframework.boot.context.web.ErrorPageFilter类型不可见。 pom.xml中的依赖项。 我们正在使用Spring-boot和我们的客户特定框架。 我排除了重复的依赖项。似乎这种依赖被掩盖了

Expected: No error
Actual : The type org.springframework.boot.context.web.ErrorPageFilter is not visible

0 个答案:

没有答案