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
在使用SpringNamespaceWithMasterSlaveMain测试类访问的时候,sql不管是有条件的还是无条件的 SELECT i.* FROM t_order o JOIN t_order_item i ON o.order_id=i.order_id没有数据展示
SELECT i.* FROM t_order o JOIN t_order_item i ON o.order_id=i.order_id
The text was updated successfully, but these errors were encountered:
读写分离并不提供主库和从库的数据同步。 example的例子是向主库插入,然后从从库读取时确实没数据,因为主从同步是数据库端的配置
Sorry, something went wrong.
No branches or pull requests
在使用SpringNamespaceWithMasterSlaveMain测试类访问的时候,sql不管是有条件的还是无条件的
SELECT i.* FROM t_order o JOIN t_order_item i ON o.order_id=i.order_id
没有数据展示The text was updated successfully, but these errors were encountered: