Dependency 'org.springframework.boot:spring-boot-starter-webflux:<unknown>' not found
Inspection info: Inspects a Maven model for resolution problems.
通過mvn install指令執(zhí)行后看到
[WARNING] Malformed POM /Users/xx/.m2/repository/org/springframework/boot/spring-boot-starter-parent/2.2.10.RELEASE/spring-boot-starter-parent-2.2.10.RELEASE.pom: Expected root element 'project' but found 'html' (position: START_TAG seen <html>... @1:6) @ /Users/xx/.m2/repository/org/springframework/boot/spring-boot-starter-parent/2.2.10.RELEASE/spring-boot-starter-parent-2.2.10.RELEASE.pom,
應(yīng)該是pom文件沒下完全,刪除spring-boot-starter-parent-2.2.10.RELEASE.pom所在目錄下的內(nèi)容后,重新maven導(dǎo)入后ok