News

my springboot version is 3.0.9. when I use Lininx shell 'kill -15 pid' to kill my java application, it reported some exception like these: 2024-10-29 09:51:50 28484242 [SpringApplicationShutdownHook] ...
at java.lang.ClassLoader.loadClass (ClassLoader.java:379) at java.lang.ClassLoader.loadClass (ClassLoader.java:312) After updating the JDK version to 17 and the Gradle plugin to 8.5, my android ...