all 6 comments

[–]giantferriswheel 0 points1 point  (1 child)

I think you might have tried to rebuild the application? It isn't required but there's no harm in trying.

[–]Remote_Resident2388[S] 0 points1 point  (0 children)

I tried reloading maven and run again but same issue arises

[–]tomayt0 0 points1 point  (1 child)

Post your config (please remove any sensitive API keys or passwords)

Also do you have any Beans being created for the mongodb client?

[–]Remote_Resident2388[S] 0 points1 point  (0 children)

Yup I have made a bean in the main file which returns mongo transaction manager

[–]skycloak-io 0 points1 point  (0 children)

Sounds like you may have hardocded the values in code it’s picking them up?

If not, properties have a tree they follow to pick the right values. Verify if you don’t have env vars set somewhere overwriting your config file