maven报错: com.google.inject.CreationException: Unable to create injector
1.在用maven 同步依赖时,老是同步不了。老是提示,canot import xxxx,detail show log之类的。我们去软件运行日志查看下错语是com.google.inject.CreationException: Unable to create injector翻译了下,大致是这样:没办法创建注入器。网上百度了一圈,解决办法是换maven 版本。之前我用的是apache-maven-3.6.3,网上别人用这个版本,也遇到这错误,难道这版本...