0
我已經用Spring Boot開發了一個服務REST,但是當我生成.jar並執行它時,我不知道如何完成它。 (我不喜歡使用Ctrl + Alt + Supr)。如何在Spring引導和@GetMapping中結束服務
有誰知道如何退出應用程序(春季啓動/ REST服務的),例如:
@GetMapping()
public void endApplication(){
.....End Application .....
}
是的,它的工作。謝謝你的幫助! 管家。 –