- Spring Boot Master
- Web Server
- Hits: 22724
Configuring Tomcat Connection Pool on Spring Boot
Spring-Boot natively supports tomcat-jdbc
, HikariCP
and Commons DBCP.
Each Connection Pool is however configured with different properties. In this tutorial we will learn how to configure Tomcat embedded Connection Pool.
Read more: Configuring Tomcat Connection Pool on Spring Boot