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

Popular posts from this blog

php - Admin SDK -- get information about the group -

mysql - How to unscape text from database in android studio -

Making CSS Drop Down Menu 2 Columns -