From 10bc54e7d6233eb1111fb908ee58e81eb20054cf Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Mon, 23 May 2022 17:35:17 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/spring-transactions-read-only --- persistence-modules/read-only-transactions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/persistence-modules/read-only-transactions/README.md b/persistence-modules/read-only-transactions/README.md index 90a86e551e..8f3898f217 100644 --- a/persistence-modules/read-only-transactions/README.md +++ b/persistence-modules/read-only-transactions/README.md @@ -1,8 +1,8 @@ ### Relevant Articles: -- +- [Using Transactions for Read-Only Operations](https://www.baeldung.com/spring-transactions-read-only) ### Instructions To run the `com.baeldung.read_only_transactions.TransactionSetupIntegrationTest` first follow the steps described next: - run the command `docker-compose -f docker-compose-mysql.yml up` - Open a SQL client of your preference and execute the `create.sql` script. -- You can check the mysql logs using `tail -f mysql/${name of de log file created}.log` \ No newline at end of file +- You can check the mysql logs using `tail -f mysql/${name of de log file created}.log`