我最近将项目移至 SpringBoot 2.0.0.RELEASE
但我遇到了编译问题
The import org.springframework.boot.autoconfigure.web.ErrorAttributes cannot be
resolved
最佳答案
org.springframework.boot.autoconfigure.web.ErrorAttributes
接口(interface)已移至org.springframework.boot.web.servlet.error.ErrorAttributes
和org.springframework.boot.web.reactive.error.ErrorAttributes
用于响应式(Reactive)堆栈
关于java - SpringBoot 2.0.0.RELEASE 中的 org.springframework.boot.autoconfigure.web.ErrorAttributes,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/49446229/