Skip to content

Commit d685199

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

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

src/test/resources/application.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,21 @@ spring:
1111
password: root
1212

1313
sqlman:
14-
enabled: true
1514
manager: jdbc
15+
enabled: true
16+
dialect:
17+
table: SQLMAN_VERSION
18+
type: MySQL
1619
script:
17-
location: sqlman/**/*.sql
1820
provider: classpath
21+
location: sqlman/**/*.sql
1922
resolver: druid
2023
dialect: MySQL
21-
dialect:
22-
table: SQLMAN_VERSION
23-
type: MySQL
24+
naming:
25+
strategy: standard
26+
separator: /
27+
delimiter: "-"
28+
extension: .sql
29+
logger:
30+
supplier: slf4j
31+
level: INFO

0 commit comments

Comments
 (0)