File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
mybatis-spring-boot-test-autoconfigure/src/site/xdoc Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,9 @@ class MapperTestApplication {
283283 <li >
284284 <code >org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration</code >
285285 </li >
286+ <li >
287+ <code >org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration</code >
288+ </li >
286289 <li >
287290 <code >org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration</code >
288291 </li >
@@ -294,6 +297,9 @@ class MapperTestApplication {
294297 <li >
295298 <code >org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration</code >
296299 </li >
300+ <li >
301+ <code >org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration</code >
302+ </li >
297303 <li >
298304 <code >org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration</code >
299305 </li >
You can’t perform that action at this time.
0 commit comments