Jhipster에서 JDL을 사용할 때 오류 발생 Jhipster에서 JDL을 사용할 때 문제가 있습니다.저는 JDL-Studio를 사용하여 엔티티를 설계합니다.이것은 jhipster-jdl입니다.jh 파일 생성 후: entity Member { fullName String required maxlength(100), birthDay LocalDate, address String maxlength(100), phone String maxlength(12), avatar String maxlength(100), aboutMe String maxlength(5000), systemStatus SystemStatus required, star Integer required } entity RealEstate ..