We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
分库分表依赖Mybatis plugin来实现Sql重写,需要增加Mybatis plugin配置
<configuration> <plugins> <plugin interceptor="org.eddy.sql.interceptor.SplitTableInterceptor"> </plugin> </plugins> </configuration>
There was an error while loading. Please reload this page.