You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
digital-rmb-backend/src/main/resources/application-test.yml

10 lines
244 B
YAML

spring:
datasource:
url: jdbc:h2:mem:digital_rmb;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE
username: sa
password: ""
driver-class-name: org.h2.Driver
flyway:
enabled: true
locations: classpath:db/migration