my case is as follows:
please advise.
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.