File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ org.springframework.boot.test.autoconfigure.data.r2dbc.AutoConfigureDataR2dbc=\
50
50
org.springframework.boot.autoconfigure.data.r2dbc.R2dbcRepositoriesAutoConfiguration,\
51
51
org.springframework.boot.autoconfigure.data.r2dbc.R2dbcTransactionManagerAutoConfiguration,\
52
52
org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration,\
53
+ org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration,\
54
+ org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration,\
53
55
org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration,\
54
56
org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
55
57
You can’t perform that action at this time.
0 commit comments