GH-266 - Use event_publication collection for MongoDB event publications.

This commit is contained in:
Oliver Drotbohm
2023-08-12 07:42:58 +02:00
parent 967556d014
commit 1e1ebb52ff

View File

@@ -29,7 +29,7 @@ import org.springframework.util.Assert;
* @author Dmitry Belyaev
* @author Björn Kieling
*/
@Document(collection = "org_springframework_modulith_events")
@Document(collection = "event_publication")
class MongoDbEventPublication {
final UUID id;