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