skip to Main Content

I get exception with axon-mongo 4.5, spring boot 2.4.3 and mongodb 4.2 in AxonConfig class

When running the project I get this exception: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'axonMongoTemplate' defined in com.springbank.user.core.configuration.AxonConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.axonframework.extensions.mongo.MongoTemplate]: Factory method 'axonMongoTemplate' threw exception; nested exception is…

VIEW QUESTION
Back To Top
Search