Skip to content

Commit

Permalink
dev/reference/best-practices: add java best practice doc (pingcap#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
lysu authored Oct 9, 2019
1 parent 7bf58e2 commit 990fdce
Show file tree
Hide file tree
Showing 8 changed files with 936 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
- [工具下载](/dev/reference/tools/download.md)
+ 最佳实践
- [HAProxy 最佳实践](/dev/reference/best-practices/haproxy.md)
- [Java 使用 TiDB 的最佳实践](/dev/reference/best-practices/using-tidb-in-java.md)
+ [与 MySQL 兼容性对比](/dev/reference/mysql-compatibility.md)
+ SQL
+ SQL 语言结构
Expand Down
311 changes: 311 additions & 0 deletions dev/reference/best-practices/using-tidb-in-java.md

Large diffs are not rendered by default.

Binary file added media/java-practice-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/java-practice-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions v2.1/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
- [工具下载](/v2.1/reference/tools/download.md)
+ 最佳实践
- [HAProxy 最佳实践](/v2.1/reference/best-practices/haproxy.md)
- [Java 使用 TiDB 的最佳实践](/v2.1/reference/best-practices/using-tidb-in-java.md)
+ [与 MySQL 兼容性对比](/v2.1/reference/mysql-compatibility.md)
+ SQL
+ SQL 语言结构
Expand Down
311 changes: 311 additions & 0 deletions v2.1/reference/best-practices/using-tidb-in-java.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions v3.0/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
- [工具下载](/v3.0/reference/tools/download.md)
+ 最佳实践
- [HAProxy 最佳实践](/v3.0/reference/best-practices/haproxy.md)
- [Java 使用 TiDB 的最佳实践](/v3.0/reference/best-practices/using-tidb-in-java.md)
+ [与 MySQL 兼容性对比](/v3.0/reference/mysql-compatibility.md)
+ SQL
+ SQL 语言结构
Expand Down
311 changes: 311 additions & 0 deletions v3.0/reference/best-practices/using-tidb-in-java.md

Large diffs are not rendered by default.

0 comments on commit 990fdce

Please sign in to comment.