문제

I am working on jhipster Release 0.7.0 and i am running project on develop profile.

i want to check in-memory Database for testing.

please give me some solution that hot to check in memory database on develop profile.

please give me some solution ASAP

Thanks

도움이 되었습니까?

해결책

You want to access HSQLDB from outside the JHipster process ? I'm afraid it's not possible, at least not easily.

If you want to do that kind of thing, I would recommend you switch to another database for development, for instance MySQL.

With JPA and Liquibase this shouldn't be difficult to switch, and then you would have all the tools offered by MySQL to audit and manage your database.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top