tracexd/src/main/resources/application-test.yml
2026-06-09 16:03:44 +08:00

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