Could not fetch the SequenceInformation from the database

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

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

 

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

posted @ 2021-06-01 15:00  ジ绯色月下ぎ  阅读(2344)  评论(0)    收藏  举报