[Solved] spring-boot:run keep on running intellij not getting stopped

Issue:

spring-boot:run keep on running intellij not getting stopped

Solution:

spring-boot:run is the command generally we use to start our spring starter project in our intellij community edition.

What you can do now when you are not able to stop you can slightly change the command to this,

spring-boot:run -Dspring-boot.run.fork=false

Leave a Reply