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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
由于需求增加,ShardingRule和TableRule的构造器成指数级别增长。为了一劳永逸的解决此问题,我们将ShardingRule和TableRule调整为Builder模式。
此调整会对现有使用java api开发和使用spring但未使用命名空间的程序有影响,对使用Spring命名空间以及yaml的程序无影响。
非spring命名空间的配置方式,需要构造器,未来我们将不支持非spring命名空间的配置方式。目前的public全属性构造器,将于未来修改为private,以后都讲通过builder构建对象。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
由于需求增加,ShardingRule和TableRule的构造器成指数级别增长。为了一劳永逸的解决此问题,我们将ShardingRule和TableRule调整为Builder模式。
此调整会对现有使用java api开发和使用spring但未使用命名空间的程序有影响,对使用Spring命名空间以及yaml的程序无影响。
非spring命名空间的配置方式,需要构造器,未来我们将不支持非spring命名空间的配置方式。目前的public全属性构造器,将于未来修改为private,以后都讲通过builder构建对象。
The text was updated successfully, but these errors were encountered: