Ckuangf commented on issue #5: URL: https://github.com/apache/incubator-hugegraph/issues/5#issuecomment-1138065546
fastjson的冲突是因为1.2.36版本以上 实现了Jersey 的AutoDiscoverable 导致的,在工程启动类中把 FastJsonAutoDiscoverable的autoDiscover设置为false可以解决高版本fastjson冲突问题, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
