最新回答 / 葉葉無雙
這個是什么錯啊:Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa
2017-05-28
最贊回答 / 七七浣
你要在main方法中執行下面的方法 ?<...code...>而不是啟動tomcat,如果運行這個方法啟動沒有報錯,例如端口占用,并且沒有配置訪問項目的名稱的話,那么你訪問localhost:8080/index 就能執行到你這個方法了,如果你配置了,就訪問localhost:8080/項目名/index
2017-05-27
Could not autowire. No beans of 'GirlRepository' type found
2017-05-23