在Spring Boot中,可以使用TransactionTemplate或@Transactional注解来进行事务管理。如果想要手动回滚事务但不能使用try-catch语句,可以使用TransactionTemplate的execute方法或者@Transactional注解的rollbackFor
I\'m trying to make sense on the best way to do automatize a series of things in a row in order to deploy a web-app and haven\'t yet came up with a s开发者_开发问答uitable solution. I would like to: