Spring-Boot is a pretty awesome tool, but the documentation is a bit sparse when it comes to more advanced configuration. How can I set properties like the maximum size for
In spring boot 2.x you need to reference provider specific properties.
https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-sql.html#boot-features-connect-to-production-database
The default, hikari can be set with spring.datasource.hikari.maximum-pool-size.
spring.datasource.hikari.maximum-pool-size