Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tokenService': Unsatisfied dependency expressed through field 'redisCache'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisConfig' defined in file [D:\IdeaProjects\ruoyi-vue-nutz\ruoyi-framework\target\classes\com\ruoyi\framework\config\RedisConfig.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.nutz.spring.boot.dao.NutzDatabaseInitializer': Invocation of init method failed; nested exception is org.nutz.dao.DaoException: !Nutz SQL Error: 'ALTER TABLE sys_config DROP INDEX PUBLIC'
PreparedStatement:
'ALTER TABLE sys_config DROP INDEX PUBLIC'
CaseMessage=Column "INDEX" not found; SQL statement:
ALTER TABLE sys_config DROP INDEX PUBLIC [42122-210]
不知道为啥 日志好像也输出不全
是不是 h2 升级导致的不兼容