Server/src/test/resources/application-test.properties

7 lines
199 B
Properties
Raw Normal View History

2025-02-01 14:18:34 +01:00
spring.datasource.url=jdbc:h2:mem:test_db
spring.datasource.username=test
spring.datasource.password=test
spring.datasource.driver-class-name=org.h2.Driver
spring.jpa.hibernate.ddl-auto=create-drop