Skip to content

Commit 7ac4b24

Browse files
committed
Update document for test-autoconfigure
1 parent cfeeff4 commit 7ac4b24

File tree

1 file changed

+6
-0
lines changed
  • mybatis-spring-boot-test-autoconfigure/src/site/xdoc

1 file changed

+6
-0
lines changed

mybatis-spring-boot-test-autoconfigure/src/site/xdoc/index.xml.vm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)