Who can tell me why I can't see the question: intellij idea cannot start spring-boot, the error message is as follows: The command to start intellij is {code...} However, use the command line mvn spring-boot: run can start normally.
The reason is because Working directory没有指定, 并且运行前要手动执行mvn clean installcommand only works. So it caused an error. I hope you won’t make similar mistakes.
Who can tell me why I can't see the question: intellij idea cannot start spring-boot, the error message is as follows: The command to start intellij is {code...} However, use the command line mvn spring-boot: run can start normally.
The reason is because
Working directory
没有指定,并且运行前要手动执行
mvn clean install
command only works.So it caused an error. I hope you won’t make similar mistakes.
https://www.jetbrains.com/hel...