Upgrade to 5.3 java.lang.ClassNotFoundException: org.springframework.jdbc.datasource.DriverManagerDataSource

Cantor, Scott cantor.2 at osu.edu
Tue Sep 24 12:37:37 UTC 2024


> Could anybody provide a sample on how to set up a
> datasource with postgresql as database?

You should rely on the documentation for your chosen driver. Apache commons DBCP2 is included with the IdP if you want pooling and don't want to install something else. The rest is dependend on your postgresql driver docs. Both should be reasonably well documented.

-- Scott




More information about the users mailing list