MyEclipse报错:Multiple annotations found at this line: – String cannot be resolved to a type解决方法实测
异常代码如下: Multiple annotations found at this line: - String cannot be resolved to a type - The method getContextPath() from the type HttpServletRequest refers to the missing type String 解决办法: 1.右击该项目 - …