Konrad Garus
Konrad Garus

Reputation: 54005

Spring 3.1: Non-XML equivalent of annotation-driven transaction management

What is the non-XML (in @Configuration) equivalent of <tx:annotation-driven> in Spring 3.1?

Upvotes: 7

Views: 1886

Answers (1)

axtavt
axtavt

Reputation: 242686

Spring 3.1 has @EnableTransactionManagement annotation for this purpose.

Upvotes: 9

Related Questions