课程
/后端开发
/Java
/SpringBoot开发常用技术整合
这是啥错误啊 百度说的在controller中抛异常 不管用啊 谁能帮我解决下 卡在这里好久了
2018-05-06
源自:SpringBoot开发常用技术整合 8-2
正在回答
我也遇到了,这其实是两个错误,首先是因为其他地方报错了,所以error进入500页面,但500页面没找到message错误信息。所以先解决第一个错误,再解决返回值message
//如果写成error,则springboot会用SpelView来渲染,导致Property or field 'message' cannot be found 的错误。
public static final String DEFAULT_ERROR_VIEW = "err";
maven环境就是容易出问题,可能是你相关的jar没有下载完吧,导致项目报错的。你可以重新清除一下jar,然后从新下载相关依赖。
属性或字段message没有找到,你好好检查代码,是不是写错了还是没有定义这个属性或字段
慕函数3265425 提问者
debug都进不去后台了 谁来帮我解决下啊
举报
SpringBoot 极简开发的框架整合利器
2 回答项目启动保错 field * could not be found
3 回答Error resolving template "thymeleaf/index", template might not exist or might not be accessible by any of the configured Template Resolvers
3 回答连接不到redis Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 192.168.43.52:6379
3 回答Description: Field resource in com.imooc.controller.HelloContoller required a bean of type 'com.imocc.pojo.Resource' that could not be found. Action: Consider defining a bean of type 'com.imocc.pojo.Resource' in your configuration.
2 回答class path resource [resource.properties] cannot be opened because it does not exist