Files
todo/backend/src/test/resources/application-test.properties
almazlar 386f5137c6
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m38s
fix: update Dockerfile, application properties, and controller mappings for health check and CORS support
2026-02-22 14:08:31 +03:00

7 lines
364 B
INI

spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect