mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
10 lines
613 B
Plaintext
10 lines
613 B
Plaintext
# Depends On Database Initialization Detectors
|
|
org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector=\
|
|
com.mybatisflex.spring.boot.MybatisFlexDependsOnDatabaseInitializationDetector
|
|
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
|
com.mybatisflex.spring.boot.v4.FlexTransactionAutoConfiguration,\
|
|
com.mybatisflex.spring.boot.v4.MultiDataSourceAutoConfiguration,\
|
|
com.mybatisflex.spring.boot.v4.MybatisFlexAutoConfiguration,\
|
|
com.mybatisflex.spring.boot.MybatisFlexAdminAutoConfiguration,\
|
|
com.mybatisflex.spring.boot.MybatisLanguageDriverAutoConfiguration
|