omishyn / generator-jhipster-mysql-uuid-converter

MIT License
0 stars 1 forks source link

Id's not converted to UUID #2

Open Santosht2017 opened 4 years ago

Santosht2017 commented 4 years ago

Respected Sir,

As per your instruction we had created monolithic Application using Jhipster

then Install your converted using

npm install -g generator-jhipster-mysql-uuid-converter

then imported new entities in jhipster using

jhipster import-jdl customer.jdl

**but generated code still show id as Long

What is missing ?**

team221 commented 2 years ago

Dear @omishyn, Could you guide me how to convert to UUID when using mysql in jhipster 7.6 I got issue like @Santosht2017 .

Thanks,