Multiple markers at this line解决办法

Multiple markers at this line解决办法_第1张图片

Multiple markers at this line
    - implements net.lantrack.common.cache.service.CacheService.get
    - The method get(String, String) of type RedisServiceImpl must override a superclass

今天新建了个maven项目,实现接口的时候报错,如上图所示,原因是JDK1.5不支持这种写法。

解决办法 Eclipse -> project -> properties

Multiple markers at this line解决办法_第2张图片

选择 Java Compiler ,将编辑器版本切换到1.5以上版本即可。

 

你可能感兴趣的:(常用工具)