Skip to content

Commit 1e1ebb5

Browse files
committed
GH-266 - Use event_publication collection for MongoDB event publications.
1 parent 967556d commit 1e1ebb5

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/MongoDbEventPublication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Dmitry Belyaev
3030
* @author Björn Kieling
3131
*/
32-
@Document(collection = "org_springframework_modulith_events")
32+
@Document(collection = "event_publication")
3333
class MongoDbEventPublication {
3434

3535
final UUID id;

0 commit comments

Comments
 (0)