Skip to content

Commit 385db2e

Browse files
JoyinqinTomShawn
andauthoredOct 15, 2020
Media: Update java-practice-1.png (pingcap#4055)
* Media: Update java-practice-1.png * change path Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
1 parent f099a3f commit 385db2e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎best-practices/java-app-best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Common components that interact with the TiDB database in Java applications incl
1818
- Data access framework: Applications usually use a data access framework such as [MyBatis](https://mybatis.org/mybatis-3/index.html) and [Hibernate](https://hibernate.org/) to further simplify and manage the database access operations.
1919
- Application implementation: The application logic controls when to send what commands to the database. Some applications use [Spring Transaction](https://docs.spring.io/spring/docs/4.2.x/spring-framework-reference/html/transaction.html) aspects to manage transactions' start and commit logics.
2020

21-
![Java application components](/media/java-practice-1.png)
21+
![Java application components](/media/best-practices/java-practice-1.png)
2222

2323
From the above diagram, you can see that a Java application might do the following things:
2424

13 KB
Loading

‎media/java-practice-1.png

-46.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)