Added a profile, that starts the app with a PostgreSQL-DB
[demos/spring/data-jdbc] / pom.xml
diff --git a/pom.xml b/pom.xml
index 82dc5dd..b5d3209 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <groupId>com.h2database</groupId>
        <artifactId>h2</artifactId>
      </dependency>
+     <dependency>
+       <groupId>org.postgresql</groupId>
+       <artifactId>postgresql</artifactId>
+     </dependency>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>