19 lines
366 B
YAML
19 lines
366 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:h2:mem:tracexd;DB_CLOSE_DELAY=-1;MODE=MYSQL
|
|
username: sa
|
|
password:
|
|
driver-class-name: org.h2.Driver
|
|
sql:
|
|
init:
|
|
mode: always
|
|
schema-locations: classpath:init-schema.sql
|
|
|
|
mybatis-plus:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
logging:
|
|
level:
|
|
com.tracexd: DEBUG
|