Skip to content

Commit

Permalink
GH-266 - Use event_publication collection for MongoDB event publicati…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
odrotbohm committed Aug 12, 2023
1 parent 967556d commit 1e1ebb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Dmitry Belyaev
* @author Björn Kieling
*/
@Document(collection = "org_springframework_modulith_events")
@Document(collection = "event_publication")
class MongoDbEventPublication {

final UUID id;
Expand Down

0 comments on commit 1e1ebb5

Please sign in to comment.