摘要: 描述:Spring框架中,@Resource注解报错,在书写时没有自动提示 解决方法:因为maven配置文件的pom.xml文件中缺少javax.annotation的依赖,在pom.项目路中加入依赖即可 <!-- Javax Annotation --> <dependency> <groupId 阅读全文
posted @ 2019-11-03 22:08 陈彦斌 阅读(2607) 评论(0) 推荐(0)