APPLICATION_JSON cannot be resolved or is not a field
程序员文章站
2022-04-27 23:43:28
...
今天从网上生成了一个springBoot项目的demo,最简单的那种,但是还是出错了。
报错信息如下:
APPLICATION_JSON cannot be resolved or is not a field
导入的包是:
import java.awt.PageAttributes.MediaType;
就是因为这个包导致的报错。
也就是说在最开会的时候myeclipse给咱自动导包的时候整错了。
修改为下面这个jar包就好了:
import org.springframework.http.MediaType;
思路整理:
一般遇到这种问题的时候,第一先找到这个错误方法的引入包,然后删除掉,重新导包看一下都有哪些包,都试一下。
上一篇: 表单中的标签及其常用属性汇总
下一篇: CSS选择器
推荐阅读
-
遇见“The absolute uri: [http://java.sun.com/jsp/jstl/core] cannot be resolved..”怎么办
-
JSP报错javax.servlet.jsp.JspException cannot be resolved to a type solution
-
Property or field ‘XXX‘ cannot be found on null
-
javax.servlet.jsp.PageContext cannot be resolved to a type
-
javax.servlet.jsp.PageContext cannot be resolved to a type
-
the import org.springframewok.test cannot be resolved
-
遇见“The absolute uri: [http://java.sun.com/jsp/jstl/core] cannot be resolved..”怎么办
-
使用eclipse写JAVA出现xxx cannot be resolved to a type错误的解决方法详解
-
使用eclipse写JAVA出现xxx cannot be resolved to a type错误的解决方法详解
-
JSP报错javax.servlet.jsp.JspException cannot be resolved to a type solution