[JAVA-8691]

This commit is contained in:
panagiotiskakos 2022-07-26 08:14:19 +03:00
parent 96cfb7f239
commit 324cb08a48
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<properties>
<mapstruct.version>1.3.1.Final</mapstruct.version>
<testcontainers.version>1.12.2</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>
</properties>
</project>

View File

@ -1,6 +1,7 @@
spring:
datasource:
url: jdbc:tc:postgresql:11.1:///integration-tests-db
driver-class-name: org.testcontainers.jdbc.ContainerDatabaseDriver
jpa:
hibernate:
ddl-auto: create