your hibernate.hbm2ddl.auto setting should be defining that the database is created (options are validate, create, update or create-drop)
your hibernate.hbm2ddl.auto setting should be defining that the database is created (options are validate, create, update or create-drop)