Intellij IDEA 15.0.3 says that the JdbcTemplate bean does not exist.

This is a Spring boot project, so all the necessary beans must be in demand inside the boot. It works fine and I can interact with my database, but IDEA marks it as an error. How can i fix this?
spring-boot-starter-jdbc is in pom.xml; Borders contain Spring; The module project has all the necessary dependencies; Spring boot version 1.3.1
java spring spring-boot intellij-idea
Alexsmith
source share