摘要: 在 Hibernate 保存数据的时候,提示没有选择数据库。 完整的错误信息为: 09:06:40.277 [http-nio-8080-exec-1] ERROR o.h.id.enhanced.TableStructure - could not read a hi value java.sql 阅读全文
posted @ 2020-04-15 21:21 huyuchengus 阅读(343) 评论(0) 推荐(0)
摘要: Spring @ComponentScan 无参数的组件扫描路径是什么 在 Spring 中,我们使用 @ComponentScan 和 @Configuration 注解来指定希望扫描的 Package。 如果你使用的 @ComponentScan 的话,将会扫描当前文件夹和所有的子文件夹。 ht 阅读全文
posted @ 2020-04-15 04:04 huyuchengus 阅读(239) 评论(0) 推荐(0)
摘要: Spring Batch 在 autowire 的时候提示: Could not autowire. No beans of 'JobBuilderFactory' type found. 这个错误提示其实是在 IntelliJ 中提示的,尽管有这个错误,你的程序还是可以运行没有问题的。 简单来说, 阅读全文
posted @ 2020-04-15 03:21 huyuchengus 阅读(428) 评论(0) 推荐(0)