课程
/后端开发
/Java
/2小时学会Spring Boot
这种错误是因为什么造成的,是有什么配置不对吗
2016-12-17
源自:2小时学会Spring Boot 3-1
正在回答
我也遇到这个问题?请问下怎么解决的额
我的也是 不加缩进 顶格写就不会报错
是因为yml里面的文件没有加了缩进,定义的cupSize跟server是同级
Echo鑫 提问者
我也是跟着老师写的代码,报这个错。Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'cupSize' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public?
我也遇到这问题,是cupSize没有缩进,因为cupSize不是server下面的变量
zumengwhynot
调皮的魔法少女李狗蛋儿 回复 zumengwhynot
慕圣9176123
没法创建helloController,属性依赖注入失败.
检查一下helloController中是否使用了@Controller或@RestController注解.
检查接收配置文件的属性上是否使用了@Value注解,该注解用于为属性赋值.
庄学爸 回复 Echo鑫 提问者
qq_微笑丶Tears_03173605 回复 庄学爸
zumengwhynot 回复 qq_微笑丶Tears_03173605
举报
Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序