IntelliJ Process finished with exit code 0 when spring-boot run

前端 未结 5 1379
暖寄归人
暖寄归人 2020-12-29 18:44

I have a problem when starting spring-boot appication from IntelliJ-Idea. I don\'t have this problem when running application through terminal.

:: Spring Boo         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 19:20

    In my case, there is a slight difference between:

    • Just click Run in the most visible bottom inside IntelliJ and...
    • Look for the default controller inside src/main/java/com.exampler.yourapplication, right click and press Run there.

    The second option just run the project properly.

提交回复
热议问题