From 878bf50aa4d7b353480b96ada1600aff96def667 Mon Sep 17 00:00:00 2001 From: Fagor Date: Sat, 21 Oct 2023 20:28:56 +0700 Subject: [PATCH] fix typo --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1e529ef..8564f8a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,5 +23,5 @@ spring.kafka.consumer.group-id=orderId spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer spring.kafka.producer.value-serializer=org.springframework.kafka.support.serializer.JsonSerializer spring.kafka.producer.properties.spring.json.type.mapping=created:ru.nsu.fit.directors.userservice.event.OrderCreatedEvent,\ - \ cancelled:ru.nsu.fit.direectors.userservice.event.OrderCancelledEvent + \ cancelled:ru.nsu.fit.directors.userservice.event.OrderCancelledEvent spring.kafka.template.default-topic=orderTopic \ No newline at end of file