You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
配置watcher后,启动undertow
访问: http://127.0.0.1:8080/metrics
会提示
java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
看了打包后的 dis/lib目录 中的 jackson-annotations-2.8.2.jar
解压出来 确实 没有 JsonMerge这个类。
应该是 jackson-annotations的版本过低。或者是与undertow要求的版本不符合
The text was updated successfully, but these errors were encountered: