mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
test: 测试不配置全局设置。
This commit is contained in:
parent
e35a45fdeb
commit
35005a3e76
@ -16,13 +16,13 @@ spring:
|
|||||||
mybatis-flex:
|
mybatis-flex:
|
||||||
mapper-locations:
|
mapper-locations:
|
||||||
- classpath*:/mapper/*.xml
|
- classpath*:/mapper/*.xml
|
||||||
global-config:
|
# global-config:
|
||||||
print-banner: false
|
# print-banner: false
|
||||||
key-config:
|
# key-config:
|
||||||
key-type: generator
|
# key-type: generator
|
||||||
value: uuid
|
# value: uuid
|
||||||
configuration:
|
# configuration:
|
||||||
use-generated-keys: true
|
# use-generated-keys: true
|
||||||
# datasource:
|
# datasource:
|
||||||
# data-center:
|
# data-center:
|
||||||
# url: jdbc:mysql://localhost:3306/flex_test
|
# url: jdbc:mysql://localhost:3306/flex_test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user