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
If I run my simple spring boot application using "mvn spring-boot:run" the application context is closed properly when I hit ctrl-c. But if I add the spring loaded agent or specify jvmArguments this forks a new jvm and then when I hit ctrl-c the shutdown hook is not fired and so the spring application context is not closed gracefully. I am using 32-bit Windows 7 and java 1.7.0_75.