LoggerFactory.getLogger(HttpAspect.class);写到这里,提示getLogger方法不存在,该怎么解决?
import org.slf4j.Logger; import org.slf4j.LoggerFactory;
看看你是否引入了上面的包