LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup dat
阿新 • • 發佈:2019-01-13
在執行專案時出現了: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