Hibernate does not create Table in the database

前端 未结 2 1567
一生所求
一生所求 2021-01-27 20:04

I am using PostgreSQL and I am trying to run a simple Hibernate application, in particular the application decribed in the page. My hibernate.cfg.xml f

2条回答
  •  半阙折子戏
    2021-01-27 20:49

    The property is hibernate.hbm2ddl.auto, instead of hibernate.hbm2dll.auto.

    DDL = Data Definition Language

    DLL = Dynamically Loaded Library

提交回复
热议问题