You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written custom shell for my client application. My all commands are working fine except "Quit/Exit" command. When I Override Quit Command interface and write System.exit(0) inside my custom logic, entire sprint boot application goes down. please suggest?