"Failed to determine a suitable driver class" with Spring Boot / Java project when running compiled jar. But works fine in vscode – Postgresql
I'm making a REST API in Java using Spring Boot. And I'm encountering an issue that I don't understand : when I run my code through vscode, everything works just fine. But when I try to run the compiled .jar…