Class TransactionProperties

java.lang.Object
org.springframework.boot.autoconfigure.transaction.TransactionProperties
All Implemented Interfaces:
TransactionManagerCustomizer<AbstractPlatformTransactionManager>

@ConfigurationProperties(prefix="spring.transaction") public class TransactionProperties extends Object implements TransactionManagerCustomizer<AbstractPlatformTransactionManager>
Configuration properties that can be applied to an AbstractPlatformTransactionManager.
Since:
1.5.0
Author:
Kazuki Shimizu, Phillip Webb