renren-fast引入mysql8.0的时候一直报

提问 2 824
版本:renren-fast 开发环境:JDK8,idea
:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysGeneratorController': Unsatisfied dependency expressed through field 'sysGeneratorService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysGeneratorService': Unsatisfied dependency expressed through field 'generatorDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getGeneratorDao' defined in class path resource [io/renren/config/DbConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.renren.dao.GeneratorDao]: Factory method 'getGeneratorDao' threw exception; nested exception is io.renren.utils.RRException: 不支持当前数据库: mysql 另外:git上拉去下来一直爆红 img[//cdn.renren.io/b338d202010221133351224.png] img[//cdn.renren.io/87522202010221134169352.png] 引入该项目一直报红
回帖
  • jar没有下载好,执行一下mvn install
    0 回复
  • 天亮说晚安
    2020-10-22
    @Mark 我的数据库使用的8.0以上版本,一直提示报错 Factory method 'getGeneratorDao' threw exception; nested exception is io.renren.utils.RRException: 不支持当前数据库: mysql
    0 回复