我无法正确导入ResponseEntityExceptionHandler
class ControllerAdvice @Autowired()() extends ResponseEntityExceptionHandler{
我的 pom xml 文件中缺少什么?
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.6.RELEASE</version>
<relativePath/>
</parent>