• 2024-08-19Spring boot事务报错
    1.报错信息系统错误,错误信息:org.springframework.beans.factory.BeanNotOfRequiredTypeException:Beannamed'defaultTx'isexpectedtobeoftype'org.springframework.transaction.PlatformTransactionManager'butwasactuallyoftype'org.spring
  • 2024-05-27TransactionTemplate编程式事务的使用
    TransactionTemplate在Spring框架中,TransactionTemplate是一个用于编程式事务管理的工具类。它提供了一种在代码中显式控制事务边界的方式,使开发人员可以在方法级别定义事务的开始和结束点。TransactionTemplate简化了事务管理的操作,同时提供了一些附加功能,如事务传播行为和异常