IDEA导入springboot项目报错:non-managed pom.xml file found

用IDEA打开了一个maven项目,竟然报错:Non-managed pom.xml file found。结果显示如下b样:

第一步:点击侧边maven视图

第二步:添加pom.xml文件

第三步:选择项目运行所需sdk(即jdk)

依次点击file->project structure,打开配置界面

原文地址:https://www.cnblogs.com/zouhong/p/12375218.html

时间: 2024-07-30 13:49:41

IDEA导入springboot项目报错:non-managed pom.xml file found的相关文章

AndroidStudio导入Eclipse项目报错Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject

AndroidStudio导入Eclipse项目报错 Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject 错误原因: Gradle插件版本不一致导致,问题多出现在:eclipse项目转studio 解决步骤: https://blog.csdn.net/qq_21397217/article/details/65630730 原文地址:https://www

运行springboot项目报错:Field userMapper in XX required a bean of type 'xx' that could not be found.

运行springboot项目报错: *************************** APPLICATION FAILED TO START *************************** Description: Field userMapper in com.whohim.springboot.service.impl.UserServiceImpl required a bean of type 'com.whohim.springboot.dao.UserMapper' t

解决导入MAVEN项目报错Dynamic Web Module 3.1 requires Java 1.7 or newer.

解释:web模块需要使用java1.7及以后的版本,目前的版本不符合.因而只需要修改java版本到1.7及以上即可. 解决方法: 1.保证 在eclipse 构建 web中关于java版本有三处需要修改统一. 右击项目,选择"propertie"===>分别修改一下内容,保持jdk版本一致 1.1 修改Java Build Path的libraries版本 1.2 修改Java Compiler 中的JDK Compliance版本 1.3 修改Project Facet中jav

MyEclipse 创建Maven项目的问题:a pom xml file already exists in the destination folder

在MyEclipse中创建Maven聚合工程项目时出现 a pom xml file already exists in the destination folder 出现原因: (1) 在myeclipse项目空间中已经存在该项目了,也许在Myeclipse工具中删除了,确没删除他的源文件 解决方法: (1)更换其他名称 (2) 移走或者删除源文件

Eclipse导入开源项目报错,R文件也无法自动生成

============问题描述============ 在网上找了很多.什么clean啊,fix project之类的都试过了..都不行..求解决办法啊. ============解决方案1============ 能说下具体报什么错么,可能资源路径有问题 ============解决方案2============ SDK引对了没?去Problems里去看看,有什么蛛丝马迹.或者找一个类贴出来,看看哪里报错分析原因 ============解决方案3============ 看看资源文件是不是

Eclipse导入JavaWeb项目报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

JavaWeb项目中写的JSP页面需要Web容器解析处理成HTML才能展示到前端浏览器,解析JSP需要Web容器.JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path. javax.servlet.http.HttpServlet是Web容器Tomcat包中的类,将需要的jar包导入项目中就能解决这个问题. 下面是具体的解决方法: 右

eclipse导入appcompat项目报错

标签 : Android 我们在eclipse导入开源项目后,经常会发现找不到类似Theme.AppCompat.Light.DarkActionBar的style,解决办法也比较简单,就是导入com.android.support:appcompat-v7包,不过又两点需要注意: 不能只导入appcompat-v7.jar包,而是要导入appcompat-v7项目 因为这个项目包含有资源文件,只导入jar包没有效果,这个项目地址是在: -\android-sdk\extras\android\

MyEclipse导入Maven项目报错 Plugin execution not covered by lifecycle configuration:

web项目使用到mybatis,需要使用mybatis的自动生成代码插件,配置build部分如下: 1 <build> 2 <pluginManagement></pluginManagement> 3 <plugins> 4 <plugin> 5 <artifactId>maven-war-plugin</artifactId> 6 </plugin> 7 <plugin> 8 <artif

springboot 项目报错问题的解决

报错如下: java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:132) at org.springframework.test.context