You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/spring-boot-integration/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,8 @@ javers:
219
219
220
220
If the `javers.mongodb` property is defined, either `host` or `uri` has to be set.
221
221
222
+
If you use a transactional Javers instance (see [Transaction management in the MongoDB starter](#transaction-management-in-the-mongodb-starter)) the audit operations issued in the dedicated MongoDB database for Javers won't participate in the application's data transactions.
223
+
222
224
#### MongoClientSettings
223
225
If you need more control over Javers’ dedicated `MongoClient`,
224
226
you can configure a `MongoClientSettings` bean named `javersMongoClientSettings`.
@@ -714,7 +716,7 @@ public class JaVersConfiguration {
714
716
}
715
717
```
716
718
717
-
<h3id="javers-faq-db">Database related customization</h2>
719
+
<h3id="javers-faq-db">Database related customization</h3>
718
720
Q. Java `Instant` precision is `9` while `PostgreSQL` timestamp precision is `6` (rounded).
719
721
As the result, JaVers reports `created` Instant as updated for an update after an insert (which JaVers records with nanos).
0 commit comments