springboot: 3.4.1 hibernate6: 4.31.1 liquibase core: 4.31.1 gradle plugin verision: 3.0.1 picocli: 4.7.6 gradle version : Gradle 8.10 here are my build.gradle with the relevant information plugins { ...
We are using PostgreSQL with the JDBC driver in our project, and some of our code utilizes multi-threading/task logic to fetch data from the database. In our scenario, we have 4 threads and 8 database ...