码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2019-10-01 23:05:25      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:exist   mysqld   ber   col   show   异常情况   form   class   date   

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

标签:exist   mysqld   ber   col   show   异常情况   form   class   date   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!