其他分享
首页 > 其他分享> > Error starting ApplicationContext. To display the conditions report re-run your application with ‘de

Error starting ApplicationContext. To display the conditions report re-run your application with ‘de

作者:互联网

错误

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-01-28 14:50:16.431 ERROR 18296 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field itemCatService in com.jt.controller.ItemCatController required a bean of type 'com.jt.service.ItemCatService' that could not be found.

The injection point has the following annotations:
	- @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'com.jt.service.ItemCatService' in your configuration.


Process finished with exit code 1

我错误原因:

1.在serviceImpl中没加 @service注解
2.端口被占用了

解决方法

1.添加@service 注解
2.去yml文件中更换了端口

标签:ApplicationContext,run,service,jt,application,bean,Error,com,your
来源: https://blog.csdn.net/m0_61928065/article/details/122731378