配置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要求的版本不符合
配置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要求的版本不符合