Sep
7
Spring+JPA with MySQL/Oracle configurations
During development for a solution based on Spring+JPA+MySQL/Oracle we came across two settings to watch for.
1. Database isolation level
The default isolation level in MySQL is REPEATABLE READ,…