找不到“DSLContext”类型的bean

时间:2016-06-09 09:18:51

标签: spring intellij-idea spring-boot jooq

我已经开始使用jooq实现数据库访问的spring boot应用程序。我已经像这个示例项目https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-jooq那样集成了jooq。我的查询有效,但我很恼火IntelliJ强调我的DSLContext变量并给我错误消息“无法自动装配。找不到'DSLContext'类型的bean”。但是因为它有效,我猜它是由spring-boot-starter-jooq创建的?难道我做错了什么?我应该自己为DSLContext创建@Bean吗?

此外,当我删除@Component注释时,IntelliJ不会抱怨创建字段并且无法自动装配它:/

enter image description here

0 个答案:

没有答案