解决:The requested profile "pom.xml" could not be activated because it does not exist.

因手动删除了一层子目录(demo),然后文件开始报错,一一去掉报错文件中的包名(已删除的目录名),文件不报错了,但编译报错。

度了很多帖子还是不行,最后仔细查看报错信息,日志中出现了  "no match for this type name: com.example .demo .controller.PersonController" 才意识到还有文件中的.demo没有删除干净!!!

使用搜索功能,在该项目的文件中搜索".demo",终于找到了bug的藏身之处,删了之后在编译就OK了~

PS: 调整目录之后,最好用mvn clean清一下target, 然后刷新下目录再编译。

你可能感兴趣的:(解决:The requested profile "pom.xml" could not be activated because it does not exist.)