记录springboot项目启动的失败的一个问题,日志如下:

 ERROR: Could not fetch the SequenceInformation from the database java.sql.SQLException: An SQLException was provoked by the following failure:

 

解决:修改配置文件中的方言设置,一定要和自己使用的数据源是匹配的方言,数据源配置是直接从别的项目粘过来的,原来的项目是oracle,现在的是mysql,方言不匹配所以项目启动失败

相关文章:

  • 2022-12-23
  • 2021-11-05
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-08
  • 2022-01-22
  • 2021-07-28
  • 2022-12-23
  • 2021-06-17
相关资源
相似解决方案