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.
|
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
|