Reputation: 6774
my case is as follows:
please advise.
Upvotes: 0
Views: 484
Reputation: 11839
Yes. It should be
hibernate.hbm2ddl.auto=update
Also the other important properties should be set at a development env only,
hibernate.show_sql=true
hibernate.format_sql=true
To track the hibernate queries generated.
Upvotes: 1