@Transactional是Spring事务管理使用到的一个注解,在一个方法中加上了这个 ... try { tx.begin(); businessLogic(); tx.commit(); } catch(Exception ...
確定! 回上一頁