cc.iliz.mybatis.shading.util.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-sharding Show documentation
Show all versions of mybatis-sharding Show documentation
A sharding based on mybatis
package cc.iliz.mybatis.shading.util;
public class Constants {
public static final Integer DEFAULT_SHARDING_DB_ORDER = 1;
}