I need to migrate the front-end of an application to angular. I want to use jhipster and reuse all existing java back-end and database. My questions are:
- Is it possible to generate the front-end based on java model or i need to have the JDL files?
- Is it possible to generate JDL files from the java model or from the database schema?
Thank you for your help.
Thank you for your help. I found another approach to generate the JDL files based on the database: https://github.com/Blackdread/sql-to-jdl
I will try it.