Tuesday, February 10, 2015

Support class autowiring for transaction-enabled beans in Spring Boot

Support class autowiring for transaction-enabled beans in Spring Boot,

you should add the following annotation:

@EnableTransactionManagement(proxyTargetClass = true)

Reference:
http://stackoverflow.com/questions/28311091/aspectj-not-working-after-transaction-configuration-in-spring-boot

No comments:

Post a Comment