Spring Tool Suite (STS) バージョン: 3.1.0.RELEASE を使用しています。「Simple Spring Hibernate Utility Project」として「Spring Template Project」を作成しました。「HibernateConfiguration.java」ファイルの次のインポート ステートメントを解決できませんでした:
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
問題/エラーを解決するにはどうすればよいですか?