pom导包报错Cannot resolve org.openjfx:javafx.base:11.0.0-SNAPSHOT

IDEA springboot 项目pom.xml 导入报错:
Cannot resolve org.openjfx:javafx.base:11.0.0-SNAPSHOT

解决:

File -> Other Settings -> Preferences for New Projects… -> Build,Execution,Deployment -> Build Tools -> Maven -> Importing -> JDK for importer -> 选择最后一个 jdk 1.8


你可能感兴趣的:(Tech,java,bug,maven,xml,spring,boot)