spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.35k stars 40.72k forks source link

Documentation for 'spring.datasource.type' is misleading #43193

Closed philwebb closed 1 week ago

philwebb commented 1 week ago

Fully qualified name of the connection pool implementation to use. By default, it is auto-detected from the classpath.

It doesn't need to be a pool, any DataSource will work.