1
0
forked from PGL/Clyde
Clyde/backend/src/test/resources/application.properties

4 lines
195 B
Properties
Raw Normal View History

spring.datasource.driver-class-name=org.testcontainers.jdbc.ContainerDatabaseDriver
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect