I am using Spring boot 1.2.3
with embedded tomcat 8.0.20
.
In regular tomcat
we can configure transaction manager in context.
Example:
<Transaction factory="com.atomikos.icatch.jta.UserTransactionFactory"/>
Is there any way that I can register T/X manager in Spring boot
embedded tomcat
?