commit
01624f4dbd
|
@ -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>
|
|
@ -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
|
Loading…
Reference in New Issue