cambios a postgres

This commit is contained in:
Pablo Franco Sánchez 2021-03-28 18:49:28 +02:00
parent 442f238c74
commit 3372f6e046

View file

@ -140,7 +140,11 @@
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>