Error running generator entities: TypeError: Cannot read properties of undefined (reading ‘changelog

After the idea Terminal executes the jhipster jdl mono1.jdl command,
the error is as follows:
insert image description here
Solution:
insert image description here
There are related tables in the entities attribute in the original jhipster configuration file, you need to delete all the contents in [] and then execute the jdl file generation on the command line of idea Entity statement.

Guess you like

Origin blog.csdn.net/qq_45486709/article/details/123412628