我有以下导入,每个导入都有错误。
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。” 每个特定于列出的导入。这会是什么?