When deploying applications, I often use Hibernate’s capacity to create database schema in order to simplify the deployment. This is easily achievable by configuring hiberna
After a couple of hours stumbling with this, I decided to share what I've found, though it's a very old post.
To make it work properly, i had to do the following:
hbmddl set to create or create-dropresources folder, i'm using maven.Hope that helps.