Hibernate 自動更新表出錯 More than one table found in namespace

報錯:Caused by: org.hibernate.tool.schema.extract.spi.SchemaExtractionException: More than one table found in namespace (, ) : data_sourcespring

可能緣由:在其餘catalog schmea 下存在同名表或表名符合格式data_source(如data1source)。數據庫

如果在其餘catalog schmea 下存在同名表,可配置默認catalog 和schema。app

hibernate 中配置參數default_catalog、default_schema,根據數據庫是否支持catalog、schema 進行配置。spa

spring data jpa 中配置方式是在配置文件(application.properties)中配置參數schema,如hibernate

spring.jpa.properties.hibernate.default_catalog=yourCatalogio

spring.jpa.properties.hibernate.default_schema=yourSchematable

若表名符合格式data_source,那就須要本身建表而後取消自動更新ddl。便可能須要尋求其餘方式解決。sed

相關文章
相關標籤/搜索