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