devxlogo

January 20, 2020

How to Disable Auto-commit Mode in Spring Boot

By default, Spring Boot uses HikariCP as the connection pool. Via the connection pool, we can disable the auto-commit mode. For example, the following setting disabled auto-commit mode from application.properties: