Skip to content
Discussion options

You must be logged in to vote

Hello @coderdiksha , did you try setting transactionEnabled configuration property to false?

In the properties file:

mongock:
  transactionEnabled: false

With the builder approach:

MongockSpringboot.builder()
                .setDriver(driver)
                .......
                .setTransactionEnabled(false)
                .......

Hope this helps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dieppa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants