yangys
2024-03-10 73845ab7a9c3686c93355e660d43cc651e69b61e
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表示传统雪花算法