Skip to content

Commit 8aa0d60

Browse files
author
core-lib
committed
增加日志记录器接口
1 parent d685199 commit 8aa0d60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/test/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ spring:
1212

1313
sqlman:
1414
manager: jdbc
15+
data-source: dataSource
16+
jdbc-isolation: DEFAULT
1517
enabled: true
1618
dialect:
1719
table: SQLMAN_VERSION
@@ -21,6 +23,7 @@ sqlman:
2123
location: sqlman/**/*.sql
2224
resolver: druid
2325
dialect: MySQL
26+
charset: UTF-8
2427
naming:
2528
strategy: standard
2629
separator: /

0 commit comments

Comments
 (0)