@ExceptionHandler 报错 is not an annotation.

来源:7-1 SpringBoot配置全局的异常捕获 - web页面跳转

星辰M

2019-10-17 14:36

手动import时报错:

Multiple markers at this line
    - Syntax error on token "ExceptionHand", ; expected after this token
    - The import org.springframework.web.bind.annotation.ExceptionHandler conflicts with a type defined in the
     same file
    - The import org.springframework.web.bind.annotation.ExceptionHand cannot be resolved

写回答 关注

1回答

  • 星辰M
    2019-10-17 14:48:41

    解决了,出现重名方法。重命名即可

SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题