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 -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -