Spring Transaction Management Tutorial

This mini-series helps you learn about Spring Transaction management.

I’m going to cover the following topics:

  • Properties of a database transaction
  • Why do you need to use transaction?
  • Problems with concurrent transactions
  • How to mitigate such problems with Spring’s support

 

After completing this series, you will be confident handling transactions in Spring application (hopefully)!