when I start my spring app it will not stop even when I close it the main is:
ConfigurableApplicationContext ctx= SpringApplication.run(CouponProjectSpringApplication.class, args);
System.out.println("AAAAAAAAAAAAAAAAAAAAAAA");
ctx.close();
it wouldn't print neither he will stop
the git link is :https://github.com/torchkatannatlie/Coupon-Project.git I will appreciate your help