We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用mybatis初始化配置之后
IdGeneratorOptions options = new IdGeneratorOptions((short) 1); options.SeqBitLength = 10; YitIdHelper.setIdGenerator(options); return YitIdHelper.nextId();
想手工赋值id的话,需要重新初始化一次吗,还是说直接使用YitIdHelper.nextId()获取即可
The text was updated successfully, but these errors were encountered:
我这边分布式服务使用不同的workerId会出现id重复问题
Sorry, something went wrong.
No branches or pull requests
使用mybatis初始化配置之后
想手工赋值id的话,需要重新初始化一次吗,还是说直接使用YitIdHelper.nextId()获取即可
The text was updated successfully, but these errors were encountered: