Multiple markers at this line - The method setApplicationContext(ApplicationCon
,最近搭个spring mvc 3.0+mybatis+oracle,模仿上一个已经搭建好的项目,结果出现----Multiple markers at this line- The method setApplicationContext(ApplicationContext) of type ApplicationContextUtils
must override a superclass method
- implements org.springframework.context.ApplicationContextAware.setApplicationContext --------------------编程问答-------------------- 好像是spring版本的问题,看看你模仿的版本,找3.0代替的方法 --------------------编程问答-------------------- 是不是 jdk 版本的问题?很多注解 JDK1.5 不支持这种写法 --------------------编程问答--------------------
补充:Java , Web 开发