11 lines
450 B
YAML
11 lines
450 B
YAML
spring:
|
|
profiles:
|
|
include: test
|
|
datasource:
|
|
url: "jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;MODE=MySQL;DATABASE_TO_LOWER=TRUE;INIT=runscript from '/Users/lanyuanxiaoyao/Project/IdeaProjects/spring-boot-service-template/spring-boot-service-template-database/spring-boot-service-template-database-xbatis/src/test/initial.sql'"
|
|
username: test
|
|
password: test
|
|
driver-class-name: org.h2.Driver
|
|
mybatis:
|
|
configuration:
|
|
banner: false |