Commit 1a490b95 authored by suhuiguang's avatar suhuiguang

fix(common): 雪花算法id

1.防止重复增加配置项
parent da079069
......@@ -82,4 +82,4 @@ inspection.rule.enabled.DQRBI=true
# ??????(0<=datacenter-id<=31)
mybatis-plus.global-config.datacenter-id=1
# ??????(0<=worker-id<=31)
mybatis-plus.global-config.worker-id=2
\ No newline at end of file
mybatis-plus.global-config.worker-id=3
\ No newline at end of file
......@@ -89,4 +89,9 @@ minio.url.path=http://172.16.10.243:9000/
regulatory_code_prefix=https://nav.sspai.top/tzs?code=
outSystem.user.password=a1234560
amos.system.user.app-key=AMOS_STUDIO
amos.system.user.product=STUDIO_APP_WEB
\ No newline at end of file
amos.system.user.product=STUDIO_APP_WEB
# ??????(0<=datacenter-id<=31)
mybatis-plus.global-config.datacenter-id=1
# ??????(0<=worker-id<=31)
mybatis-plus.global-config.worker-id=4
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment