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 @@ -287,6 +287,9 @@ class MapperTestApplication {
287287 <li >
288288 <code >org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration</code >
289289 </li >
290+ <li >
291+ <code >org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration</code >
292+ </li >
290293 <li >
291294 <code >org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration</code >
292295 </li >
@@ -298,6 +301,9 @@ class MapperTestApplication {
298301 <li >
299302 <code >org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration</code >
300303 </li >
304+ <li >
305+ <code >org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration</code >
306+ </li >
301307 <li >
302308 <code >org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration</code >
303309 </li >
You can’t perform that action at this time.
0 commit comments