Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Oct 21, 2023
1 parent 6586d19 commit 878bf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 878bf50

Please sign in to comment.