Injection 問題?
請問這是啥錯呢?和老師的代碼一樣呢?謝謝!org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'helloController': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'cupSize' in value "${cupSize}"
2018-03-25
有解決是什么問題嗎
2018-03-20
你這不是在操作數據庫的時候 就是在啟動的時候就報了吧 我當時也遇過 不過我是Controller中的定義的cupsize 和yml中定義的 大小寫搞錯了 感覺你這個就是注入的時候 有問題 仔細檢查一下
2018-03-18
代碼貼出來看下?是不是沒加@value注解
2018-03-17
實例化bean出錯了,看看helloController這個類上是不是少了注解
2018-03-17
在操作數據庫的時候,無法將參數cupSize傳進去