I am trying to configure dbcp2 with postgres 9.1
When I run my app, it throws exception:
Exception in thread \"main\" org.springframework.jdbc.Cannot
Try this dependency: this will solve this problem
<dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.2.14</version> </dependency>