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
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.




















