Javers - 如何使用自定义表格
Javers - How to use custom tables
根据 Javers 的文档:(参考:https://javers.org/documentation/repository-configuration/)
JaVers creates four tables in SQL database:
jv_global_id - domain object identifiers,
jv_commit - JaVers commits metadata,
jv_commit_property - commit properties,
jv_snapshot - domain object snapshots.
我目前使用 Spring Boot + Javers
我的问题:我们有办法config/custom表名或列名吗?
不,您不能更改 table 名称和列名称,但您可以指定架构名称。
根据 Javers 的文档:(参考:https://javers.org/documentation/repository-configuration/)
JaVers creates four tables in SQL database:
jv_global_id - domain object identifiers,
jv_commit - JaVers commits metadata,
jv_commit_property - commit properties,
jv_snapshot - domain object snapshots.
我目前使用 Spring Boot + Javers
我的问题:我们有办法config/custom表名或列名吗?
不,您不能更改 table 名称和列名称,但您可以指定架构名称。