I have a Java EE Hibernate project, and I\'m using MySQL as a database.
I want that when I first time run the project, it will create the database automatically.
There are multiple option for auto property.
validate - it validates or matches schema with map or annotation. It's valid for Production environment.
update
I hope it helps.