啟動(dòng)報(bào)錯(cuò)。注冊(cè)不成功
Error creating bean with name 'expenseController': Unsatisfied dependency expressed through field 'expenseService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'expenseController': Unsatisfied dependency expressed through field 'expenseService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException:
2018-06-08
舉報(bào)
2018-06-09
這個(gè)的主要問題是依賴性的問題,說到依賴性就是maven的創(chuàng)建:說到maven的創(chuàng)建,可以到慕課網(wǎng)上學(xué)習(xí)maven的一些知識(shí),如:安裝、配置、運(yùn)行,測試、打包等。