eb17d0e2ed
* [JAVA-13966] Upgraded h2 database to 2.1.214 * [JAVA-13966] fixed tests for libraries-apache-commons * [JAVA-13966] fixed tests * [JAVA-13966] fixed tests * [JAVA-13966] fixed tests JAVA-JPA MODULE * [JAVA-13966] Made ninja submodule part of web-modules(parent) * [JAVA-13966] Fixed naming convention for pmd * [JAVA-13966] Moved tests of ninja-module to ManualTest category * [JAVA-13966] Fix tests Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com> |
||
---|---|---|
.. | ||
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