JaVers 3.10.1在* .yml conf文件中设置了随机提交ID生成器

时间:2018-07-09 08:57:22

标签: spring-boot javers

如何在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"  

1 个答案:

答案 0 :(得分:0)

好像是缺少的功能,可以随时进行PR