shutdown phase 2147483647 ends with 1 bean still running...
错误消息"shutdown phase 2147483647 ends with 1 bean still running after timeout of 30"的含义是,在Spring Boot应用进行优雅停机的过程中,有一个Spring Bean在配置的超时时间(这里是30秒)之后仍然在运行。数字2147483647通常表示一个默认的或未指定的生命周期阶段值。 分析可能导致该错误