运行spring-boot服务器时,我确实在intellij中收到此错误消息:
'mvn' is not recognized as an internal or external command, operable program or batch file
当我试图在我的项目文件夹中构建项目时,它没有识别maven: mvn spring-boot:运行
我通过下载maven解决了这个问题:https://maven.apache.org/install.html 并将apache-maven-3.5.3文件夹中的bin文件手动添加到librarys
似乎有些倒退。还有其他/更好的方式吗?
答案 0 :(得分:0)
如果通过以下方式手动安装了Maven:http://maven.apache.org/download.cgi和:'mvn' is not recognized as an internal or external command, operable program or batch file
。只需重新启动IntelliJ IDEA ,然后再次运行您的spring-boot服务器!