ERROR [ModelSpecification.spec] At least one type of specification is required

发布时间 2023-07-20 10:23:22作者: 河岸飞流

项目在启动过程中会打印大量上述标题异常,最后在github翻看到解决办法。
参考这篇:generator-jhipster/issues
具体解决办法:supress noisy logs on startup in dev profile

就是在日志文件修改对应的日志等级即可

<logger name="Validator" level="INFO"/>