yangys
2024-05-07 eaf6878850c029ac359d60409c7c9fcfa09c1852
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