java-tutorials/persistence-modules/read-only-transactions
Amit Pandey 9417ac26a3
[JAVA-31115] Upgrade read-only-transactions to latest Hibernate and Spring Boot 3(#15814)
2024-02-05 21:23:13 +01:00
..
src [JAVA-31115] Upgrade read-only-transactions to latest Hibernate and Spring Boot 3(#15814) 2024-02-05 21:23:13 +01:00
README.md
create.sql
docker-compose-mysql.yml
pom.xml [JAVA-31115] Upgrade read-only-transactions to latest Hibernate and Spring Boot 3(#15814) 2024-02-05 21:23:13 +01:00

README.md

Relevant Articles:

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