I've recently moved the project to SpringBoot 2.0.0.RELEASE
but I got a compilation problem
The import org.springframework.boot.autoconfigure.web.ErrorAttributes cannot be
resolved
I've recently moved the project to SpringBoot 2.0.0.RELEASE
but I got a compilation problem
The import org.springframework.boot.autoconfigure.web.ErrorAttributes cannot be
resolved
The interface org.springframework.boot.autoconfigure.web.ErrorAttributes
was moved to
org.springframework.boot.web.servlet.error.ErrorAttributes
and
org.springframework.boot.web.reactive.error.ErrorAttributes
for reactive stack