那个网站有免费模板百度一下就知道首页
那个网站有免费模板,百度一下就知道首页,网络推广文案招聘,万户网站制作目录
一.原因
二.解决方法 一.原因
找不到插件,本文问题出现是因为缺少版本描述(可以先观察自己的pom.xml文件中spring-boot-maven-plugin下面有没有版本号)
3.3.1 二.解决方法
确保maven的能正常使用,配置正确
File- Settings-Build, Execution, Deployment->…目录一.原因二.解决方法一.原因找不到插件,本文问题出现是因为缺少版本描述(可以先观察自己的pom.xml文件中spring-boot-maven-plugin下面有没有版本号)3.3.1二.解决方法确保maven的能正常使用,配置正确File- Settings-Build, Execution, Deployment- Build Tools- Maven查看maven的仓库是否存在spring-boot-maven-plugin查看路径:…(存放maven的路径)apache-maven-3.9.6maven-repoorgspringframeworkootspring-boot-maven-plugin可以看到spring-boot-maven-plugin的版本号为3.3.1(查看自己电脑的)添加版本号如图所示问题就解决啦