如何在SpringBoot * .yml配置文件中设置CommitIdGenerator.RANDOM
?我在文档的此属性列表中找不到名为“ commit-id-generator”的属性:
javers:
mappingStyle: FIELD
algorithm: SIMPLE
prettyPrint: true
typeSafeValues: false
newObjectSnapshot: false
packagesToScan:
auditableAspectEnabled: true
springDataAuditableRepositoryAspectEnabled: true
sqlSchemaManagementEnabled: true
prettyPrintDateFormats:
localDateTime: "dd MMM yyyy, HH:mm:ss"
zonedDateTime: "dd MMM yyyy, HH:mm:ssZ"
localDate: "dd MMM yyyy"
localTime: "HH:mm:ss"
答案 0 :(得分:0)
好像是缺少的功能,可以随时进行PR