Mike
Mike

Reputation: 1097

In JHipster: how to change database settings after creation?

Is there a way to modify the Jhispster settings after the project has been created? For example, let's say we want to change the...

Which *development* database would you like to use? H2 with in-memory persistence

from in-memory back to disk-based persistance.

Thanks

Upvotes: 2

Views: 3042

Answers (1)

chrisdns
chrisdns

Reputation: 514

Just modify the .yo-rc.json and regenerate the project with jhipster --force

Upvotes: 11

Related Questions