業(yè)精于勤,荒于嬉;行成于思,毀于隨。
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
沒有指定,
并且運行前要手動執(zhí)行mvn clean install
command only works.
So it caused an error. I hope you won’t make similar mistakes.