首页 > 数据库技术 > 详细

Error executing DDL "drop sequence if exists hibernate_sequence" via JDBC Statement

时间:2019-10-01 22:48:51      阅读:258      评论:0      收藏:0      [点我收藏+]
Error executing DDL "drop sequence if exists hibernate_sequence" via JDBC Statement

在使用springboot+jpa进行部署项目时候,

因为application.yml文件配置错误,所以出现上面的异常情况.然后修改.yml配置文件为:

spring: 
 jpa:
    show-sql: true
    hibernate:
      ddl-auto: update
    database-platform: org.hibernate.dialect.MySQLDialect

一切正常.

Error executing DDL "drop sequence if exists hibernate_sequence" via JDBC Statement

原文:https://www.cnblogs.com/qingmuchuanqi48/p/11616106.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!