简体   繁体   中英

intellij idea, maven spring-boot:run doesn:'t stop

I can run my spring boot application with this command in maven

spring-boot:run

but I can not stop the application from the toolbar on intellij idea. I have no idea why this is happing.

I'm using Openjdk-14 I also try this with openjdk-11 but not working too.

After I click the stop button terminal log this

Disconnected from the target VM, address: '127.0.0.1:51890', transport: 'socket'

When the terminal to start the application intelliJ does not know about the running state. You will have to configure the run configuration under "Run" => "Edit configuration". Then you can start the application with the IDE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM