yangys
2024-04-01 86cdd920b68274185233383f69ddb974052b6b6f
1
2
3
4
5
6
7
8
9
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
  com.qianwen.core.sequence.properties.SequenceSnowflakeProperties,\
  com.qianwen.core.sequence.range.db.provider.SqlProviderFactory,\
  com.qianwen.core.sequence.SequenceAutoConfiguration,\
  com.qianwen.core.sequence.range.db.provider.OracleSqlProvider,\
  com.qianwen.core.sequence.range.db.provider.DmSqlProvider,\
  com.qianwen.core.sequence.range.db.provider.MysqlSqlProvider,\
  com.qianwen.core.sequence.properties.SequenceDbProperties,\
  com.qianwen.core.sequence.properties.SequenceRedisProperties