hibernate 项目启动时总会自动创建表
2021-04-29 19:26
标签:use dia highlight oracle rip 对象 建表 ora 版本 hibernate 项目启动时总会自动创建表,造成以下错误 经验证,是方言使用错误导致的。项目使用的数据库版本为Oracle11g,方言应该使用 org.hibernate.dialect.Oracle10gDialect 修改配置如下: hibernate 项目启动时总会自动创建表 标签:use dia highlight oracle rip 对象 建表 ora 版本 原文地址:https://www.cnblogs.com/Leechg/p/12199685.htmlCaused by: java.sql.SQLSyntaxErrorException: ORA-00955: 名称已由现有对象使用
jpa:
show-sql: true
database-platform: org.hibernate.dialect.Oracle10gDialect
properties:
hibernate:
hbm2ddl:
auto: update
上一篇:Python基础及语法(十一)
下一篇:html5的新特性
文章标题:hibernate 项目启动时总会自动创建表
文章链接:http://soscw.com/index.php/essay/80175.html