devxlogo

How to Disable Auto-commit Mode in Spring Boot

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:

spring.datasource.hikari.auto-commit=false
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist