服务端搭建的问题
2020-08-26 15:59:18
梁飞
  • 访问次数: 2
  • 注册日期: 2020-08-26
  • 最后登录: 2020-08-26
  • 我的积分: 14
ERROR o.s.b.SpringApplication - [reportFailure,858] - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'luckyFrameWebApplication': Unsatisfied dependency expressed through field 'server'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nettyServer': Unsatisfied dependency expressed through field 'serverChannelInitializer'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'serverChannelInitializer': Unsatisfied dependency expressed through field 'serverHandler'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ServerHandler': Unsatisfied dependency expressed through field 'clientService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'clientServiceImpl': Unsatisfied dependency expressed through field 'jobService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayConfig': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: Validate failed: Detected failed migration to version 3.2 (upgradeData)

沙发
2020-10-22 09:29:03
赵沐
  • 访问次数: 2
  • 注册日期: 2020-10-22
  • 最后登录: 2020-10-22
  • 我的积分: 12
同遇到这个问题
板凳
2020-11-11 19:15:58
wang
  • 访问次数: 2
  • 注册日期: 2020-11-11
  • 最后登录: 2020-11-11
  • 我的积分: 12

把 framework/config/FlywayConfig        


注释62行   

                 // flyway.migrate();
1/1