yangys
2024-03-27 e48aa2ac8dea1be5db11c63edf0b912c4ad5ce65
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