hibernate: ddl-auto: update 编译错误
hibernate: ddl-auto: update 编译错误 unable to build Hibernate SessionFactory Unable to execute schema management to JDBC target [create table girl (id integer ...)] 然后报错说girl table已经存在,为什么把create 改成update还是会调用create?
hibernate: ddl-auto: update 编译错误 unable to build Hibernate SessionFactory Unable to execute schema management to JDBC target [create table girl (id integer ...)] 然后报错说girl table已经存在,为什么把create 改成update还是会调用create?
2017-06-21
举报