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

前端 未结 5 1383
暖寄归人
暖寄归人 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:10

    Deleting provided scope of spring-boot-starter-tomcat dependency helps me.

    
        org.springframework.boot
        spring-boot-starter-tomcat
    
    

提交回复
热议问题