Spring Context重启时,调用了stop()方法,将标志位toStop设为true了。由于三个Thread都是单例模式,Spring Context重启时,不会重新实例化三个Thread,导致标志位toStop 一直为true。 Closes #28743.4.1-release
parent
6effc8b98f
commit
99ce81ed51
Loading…
Reference in new issue