Spring Applications
Project: Transactions
The objective of this exercise is to guarantee transactional consistency of the bookstore application.
- Annotate the modyfing service methods of the bookstore application such that they are executed in transactions.
- Make sure that the transactions are also rolled back if a domain error occurs.