jhipster hot reload failed to register liquibase changelog directory
问题 i just started using jhipster and face a problem already, here's my development stack : - os windows 7 - eclipse Juno - maven 3.1 - latest node and npm - mysql as db in ubuntu vm and here's what i have done : - generate jhipster "yo jhipster" - convert it to maven project "mvn eclipse:eclipse" - maven compile "mvn clean" & "mvn install" - add jhipster-reload feature in eclipse run vm arguments - and run the main class in eclipse "right click Application.java and run as java application" -