Lägg till beroendet av postgresql-drivrutinen till din pom.xml
fil
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.3-1101-jdbc41</version>
</dependency>
Lägg till beroendet av postgresql-drivrutinen till din pom.xml
fil
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.3-1101-jdbc41</version>
</dependency>