jhipster/jhipster-online

I want to ask about the structure of jhipster project

AnasAltarazi1998 opened this issue · 1 comments

why we use liquibase instead of hibernate to connect with database ?
is there any benefit else log change ?

Liquibase is for tracking database schema changes whereas Hibernate is an ORM; they can be used alongside each other; https://docs.liquibase.com/workflows/database-setup-tutorials/hibernate.html.

If you have further questions please feel free to ask them in our Gitter channel; https://gitter.im/jhipster/generator-jhipster?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge or use Stack Overflow.