課程
/后端開發(fā)
/Java
/2小時學會Spring Boot
數(shù)據(jù)庫列的順序是id uid tag date? 實體類也是這樣的順序
2018-09-16
源自:2小時學會Spring Boot 5-2
正在回答
這個也解決了,把數(shù)據(jù)庫表刪了手動再建一個,yml里面改為update,就好了。。。
你的能跑起來嗎?我的報錯
org.springframework.beans.factory.UnsatisfiedDependencyException:?Error?creating?bean?with?name?'girlController':?Unsatisfied?dependency?expressed?through?method?'setGirlRepository'?parameter?0;?nested?exception?is?org.springframework.beans.factory.BeanCreationException:?Error?creating?bean?with?name?'girlRepository':?Invocation?of?init?method?failed;?nested?exception?is?java.lang.IllegalArgumentException:?Not?a?managed?type:?class?com.example.demo.Girl
舉報
Spring Boot入門視頻教程,你將學會使用Spring Boot快速構(gòu)建應(yīng)用程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2018-09-16
這個也解決了,把數(shù)據(jù)庫表刪了手動再建一個,yml里面改為update,就好了。。。
2018-09-16
你的能跑起來嗎?我的報錯