0e5e21f2ae
* JAVA-15439 Upgrade h2 database version - libraries-testing and deltaspike modules * JAVA-15439 Fix for hibernate-queries, hibernate-5, java-jpa-2, java-jpa-3 modules * JAVA-15439 Fix for java-jpa, spring-jpa, spring-jpa-2 modules * JAVA-15439 Revert changes for java-jpa-2 module * JAVA-15439 Fix for core-java-persistence-2 and hibernate-exceptions modules * JAVA-15439 Modules hibernate-mapping-2, read-only-transactions, log4j2, spring-data-eclipselink |
||
---|---|---|
.. | ||
src | ||
README.md | ||
create.sql | ||
docker-compose-mysql.yml | ||
pom.xml |
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