我在http://start.spring.io/上直接一键生成Spring Boot项目。导入eclipse后报错。
maven配置好了吗?可以尝试一下,右击项目->maven->download sources
把maven的资源目录下的org\springframework\boot\spring-boot-starter-parent删除,然后项目update一下
检查一下那个pom.xml文件中的parent,是如何来的,就是这个问题