mdc-parent/mdc-show/src/main/resources/application.yml
@@ -19,6 +19,11 @@ mapper-locations: classpath:mapper/*.xml type-aliases-package: com.qianwen.mdc.domain mybatis-plus: global-config: db-config: updateStrategy: 0 wfg: # 请一定注意! WorkerIdBitLength + SeqBitLength + DataCenterIdBitLength <= 22 # 1表示雪花漂移算法,2表示传统雪花算法