Files
innovation-platform/backend/src/test/resources/application-test.yml
2026-03-19 12:34:00 +08:00

15 lines
366 B
YAML

spring:
datasource:
url: jdbc:h2:mem:innovation_platform;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
username: sa
password:
driver-class-name: org.h2.Driver
sql:
init:
mode: always
schema-locations: classpath:schema.sql
data-locations: classpath:data.sql
sa-token:
is-log: false