spring - Can't generate database scema during test -
im using jhipster generate app , tests working wonderfully :).
i added entities , updated manually. used mvn liquibase:diff generate changelogs , application runs when launch in dev mode (running in tomcat on postgres db). when try run tests missing table exception 1 of entity added.
i think has liquibase not initialising schema of h2 embedded instance can't point out why.
thanks in advance help,
lucas
Comments
Post a Comment