You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following issue with Spring boot version : 3.3.0 , JDK :17 when project start
Exception :
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 0 of method duplicateDetectingMessageHandlerDecorator in io.eventuate.tram.spring.consumer.common.TramConsumerBaseCommonConfiguration required a bean of type 'io.eventuate.tram.consumer.common.DuplicateMessageDetector' that could not be found.
Action:
Consider defining a bean of type 'io.eventuate.tram.consumer.common.DuplicateMessageDetector' in your configuration.
Hello ,
Getting the following issue with Spring boot version : 3.3.0 , JDK :17 when project start
Exception :
pom.xml as following :
The text was updated successfully, but these errors were encountered: