springboot初了解遇到的问题
程序员文章站
2022-06-13 22:00:54
...
今天在跟着这个大佬的帖子写东西时遇到的问题:
在入口类注入bean时启动报错
2018-05-29 10:51:04.348 INFO 5528 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2018-05-29 10:51:04.474 ERROR 5528 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field bookBean in action.HellorW required a bean of type 'action.BookBean' that could not be found.
Action:
Consider defining a bean of type 'action.BookBean' in your configuration.
解决办法:在入口类添加注解@ComponentScan即可解决。还有一点就是实体类一定要在入口类同一个包下或者子包下,详细可参见此帖子了解。
最后因为本萌新也是才接触springboot,所以这些办法我也只是照搬过来用,并不了解其中原委,望多多包涵。也希望有懂的来交流♂交流。笑~~~
推荐阅读
-
Appium新版本遇到的问题,不能通过 name 去定位元素抛 Message: Locator Strategy 'name' is not supported for this session
-
阿里云Centos6.X发邮件遇到的各种问题
-
vue中将html字符串转换成html后遇到的问题小结
-
解决pandas使用read_csv()读取文件遇到的问题
-
工作中可能遇到的难以发现的坑——相似字符问题
-
使用nginx代理gogs遇到推送代码错误的问题(RPC failed; HTTP 413 curl 22 The requested URL returned error: 413)
-
记录一下使用sea.js时遇到的几个小问题
-
Mysql升级到5.7后遇到的group by查询问题解决
-
jquery在项目中做复选框时遇到的一些问题笔记
-
微信小程序中遇到的iOS兼容性问题小结