Problem Statement : Not able to delete jhipster entity and wanted to entities freshly
Solution :
Step 1) Open command prompt and point to the jhipster project root
Step 2) Run jhipster remove-entity
Step 3) Run jhipster
Step 4) Then import new jdl using below command
jhipster import-jdl jhipster-jdl.jh
Step 5 ) Then Run mvnw
Still Problem : One of the entity may not load data and shows 500 error
Drop the tables in h2 database and let and do mvnw again.
To connect to local database Goto -> Administration -->Database --> Connect
0 Comments