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
However, if I try that with a transactionManager that does not exist (such as @Transactional("foo")), there is no error message. I believe it just ignores the annotation.
It would be much safer if I had an error at startup saying that the transactionManager does not exist.