Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
59 views

Getting "Caused by: java.lang.ClassNotFoundException: java.sql.SQLException" while trying to connect to amazon redshift driver

Below is the POM dependency <dependency> <groupId>com.amazon.redshift</groupId> <artifactId>redshift-jdbc42</artifactId> <version&...
onkar's user avatar
  • 11
0 votes
0 answers
235 views

Unable to insert data into Redshift database in Spring Boot application [duplicate]

I have a Spring Boot application where I need to insert an object to a redshift table. No problem with manual insertion of data using a query. But I'm facing a challenge while persisting data to ...
Rahul Raj's user avatar
  • 3,389