学习springboot 入门的时候,使用idea 创建springboot项目,遇见一个错误: 无法解析 org.apache.tomcat.embed:tomcat-embed-core:9.0.56。 原因是:在maven 中配置了阿里云镜像,spingboot引入的tomcat9.0.56在阿里云中并没有找到。 可以将tomcat 版本改低一点。