I'm new to JHipster and I'm doing some experiment.
I created my fist JHipster App and imported the "default" JDL that can be downloaded from here: JDL Studio (without any modification).
After the import, I see my entity filled with some demo data and
some csv
file has been created under config/liquidbase/data
with the same info.
I checked the jhipster-jdl.jh
file and there is no data specification there.
I don't understand where that data is created and what is the logic that allows creating that dummy data.