java-tutorials/persistence-modules/read-only-transactions
Harry9656 6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357)
* JAVA-26760: Updated and standardized the junit-jupiter-engine library

* JAVA-26760: Updated and standardized the mockito-junit-jupiter library

* fix mockito-junit-jupiter properties

* fix maven-custom-plugin/usage-example properties

* Fix quarkus-funqy

* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02: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 Updated README.md 2022-05-23 17:35:17 +05:00
create.sql [BAEL-4120] Read-only transactions samples (#11841) 2022-05-23 08:09:09 +02:00
docker-compose-mysql.yml [BAEL-4120] Read-only transactions samples (#11841) 2022-05-23 08:09:09 +02:00
pom.xml JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357) 2024-04-23 18:45:06 +02: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