forked from admin/innovation-platform
15 lines
366 B
YAML
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
|