Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们需要在 Javers 中提交一个实体,即使这个实体没有改变。
我们的目标是让 Javers 像 Git 一样工作,即使文件没有被修改,它也能让你提交文件......
谢谢
据我所知Git,如果您不更改文件,则不会提交。JaVers 以同样的方式工作,并且只为更改的对象创建快照。它是 JaVers 的核心特性之一,我们不会改变它。