Skip to content

Commit fd478cb

Browse files
committed
GH-231 - Fix typo in property controlling the MongoDB Event Publication Registry's default transaction management.
1 parent fb839cb commit fd478cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-modulith-events/spring-modulith-events-mongodb/src/main/java/org/springframework/modulith/events/mongodb/MongoDbTransactionAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@AutoConfiguration
3737
@AutoConfigureBefore(TransactionAutoConfiguration.class)
3838
@ConditionalOnProperty(//
39-
name = "spring.modulith.events.mongobd.transaction-management.enabled",
39+
name = "spring.modulith.events.mongodb.transaction-management.enabled",
4040
havingValue = "true",
4141
matchIfMissing = true)
4242
class MongoDbTransactionAutoConfiguration {

0 commit comments

Comments
 (0)