We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514e72c commit d685199Copy full SHA for d685199
1 file changed
src/test/resources/application.yml
@@ -11,13 +11,21 @@ spring:
11
password: root
12
13
sqlman:
14
- enabled: true
15
manager: jdbc
+ enabled: true
16
+ dialect:
17
+ table: SQLMAN_VERSION
18
+ type: MySQL
19
script:
- location: sqlman/**/*.sql
20
provider: classpath
21
+ location: sqlman/**/*.sql
22
resolver: druid
23
dialect: MySQL
- dialect:
- table: SQLMAN_VERSION
- 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