首页 >
其他分享> > 新建springboot 无法解析,,,,,tomcat,,,,,,
学习springboot 入门的时候,使用idea 创建springboot项目,遇见一个错误:
无法解析 org.apache.tomcat.embed:tomcat-embed-core:9.0.56。
原因是:在maven 中配置了阿里云镜像,spingboot引入的tomcat9.0.56在阿里云中并没有找到。
可以将tomcat 版本改低一点。
标签:springboot,tomcat,56,阿里,embed,解析
来源: https://www.cnblogs.com/dyiblog/p/15857821.html