LifecycleProcessor not initialized

在运行项目时出现了:LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Sun Jan 13 17:59:19 CST 2019]; root of context hierarchy

我在百度搜索了半天,都试了一下,却都不是我要的结果, 后来才发现这不是我运行异常真正的引发点。

 

后来我往上翻了一下:看到了: java.lang.ClassNotFoundException: com.sun.tools.internal.xjc.model.Model

原来是我Model导入的包不对。

可能你出现LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Sun Jan 13 17:59:19 CST 2019]; root of context hierarch并不是这个引发的问题,

也有可能就是单纯因为这个引发的问题:   可以参考 https://blog.csdn.net/u011418173/article/details/79066323

原文地址:https://www.cnblogs.com/java-263/p/10263473.html