次のインポートがあり、それぞれでエラーが発生します。
import org.apache.log4j.Logger;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
エラーは「インポート org.apache.log4j を解決できません」です。リストされているインポートに固有のそれぞれ。これは何ですか?