ac5dbbc5da
* [BAEL-4120] Read-only transactions samples * Extract query runner jobs logic * Apply test name standards * Fix code standards * Use pom properties to define versions * Rename main package * Rename generics * Code clean up * Code clean up on lambdas * Add debug logs * Fix format issues * Rename entity |
||
---|---|---|
.. | ||
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