I am using Spring Tool Suite (STS) Version: 3.1.0.RELEASE. I have created a "Spring Template Project" as "Simple Spring Hibernate Utility Project". The following import statements in "HibernateConfiguration.java" file could not be resolved:
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
What to do for resolving the problem/error?