提交 86732af7 编写于 作者: T terrymanu

update docs

上级 76a65674
......@@ -80,13 +80,13 @@
[详细功能列表](http://dangdangdotcom.github.io/sharding-jdbc/post/features/)
[核心概念](http://dangdangdotcom.github.io/sharding-jdbc/post/conpects/)
[核心概念](http://dangdangdotcom.github.io/sharding-jdbc/post/concepts/)
[架构图](http://dangdangdotcom.github.io/sharding-jdbc/post/architecture/)
[Yaml文件和Spring命名空间配置](http://dangdangdotcom.github.io/sharding-jdbc/post/configuration/)
[基于暗示(Hint)的分片键值注册方法](http://dangdangdotcom.github.io/sharding-jdbc/post/hint_shardingvalue/)
[基于暗示(Hint)的分片键值注册方法](http://dangdangdotcom.github.io/sharding-jdbc/post/hint_sharding_value/)
[读写分离](http://dangdangdotcom.github.io/sharding-jdbc/post/master_slave)
......
......@@ -406,4 +406,4 @@ String sql = "SELECT i.* FROM t_order o JOIN t_order_item i ON o.order_id=i.orde
```
该数据源与普通数据源完全相同,你可以通过上例的API形式来使用,也可以将其配置在Spring,Hibernate等框架中使用。
> 如果希望不依赖于表中的列传入分片键值,参考:[基于暗示(Hint)的分片键值注册方法](../hint_shardingvalue)
> 如果希望不依赖于表中的列传入分片键值,参考:[基于暗示(Hint)的分片键值注册方法](../hint_sharding_value)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册