Skip to content

Commit

Permalink
translate: simplify examples for java documents from the docs-cn (#14716
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Cheese authored Sep 8, 2023
1 parent 0ed98a7 commit 8b572d1
Show file tree
Hide file tree
Showing 7 changed files with 736 additions and 2,363 deletions.
6 changes: 3 additions & 3 deletions develop/dev-guide-insert-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ jdbc:mysql://127.0.0.1:4000/test?user=root&useConfigs=maxPerformance&useServerPr
For complete examples in Java, see:
- [Build a simple CRUD app with TiDB and JDBC](/develop/dev-guide-sample-application-java-jdbc.md#step-2-get-the-code)
- [Build a simple CRUD app with TiDB and Hibernate](/develop/dev-guide-sample-application-java-hibernate.md#step-2-get-the-code)
- [Build the TiDB app using Spring Boot](/develop/dev-guide-sample-application-java-spring-boot.md)
- [Connect to TiDB with JDBC](/develop/dev-guide-sample-application-java-jdbc.md)
- [Connect to TiDB with Hibernate](/develop/dev-guide-sample-application-java-hibernate.md)
- [Connect to TiDB with Spring Boot](/develop/dev-guide-sample-application-java-spring-boot.md)
</div>
Expand Down
2 changes: 0 additions & 2 deletions develop/dev-guide-playground-gitpod.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ After all these tasks are finished, you will see a page similar to the following

![playground gitpod workspace ready](/media/develop/playground-gitpod-workspace-ready.png)

You can test the API by [sending an HTTP request](/develop/dev-guide-sample-application-java-spring-boot.md#step-6-http-requests). Make sure to replace the `http://localhost:8080` URL with the one you found in the `REMOTE EXPLORER` area.

## Using custom Gitpod configuration and Docker image

### Customize Gitpod configurations
Expand Down
6 changes: 3 additions & 3 deletions develop/dev-guide-prepared-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ You can also see the [insert rows](/develop/dev-guide-insert-data.md#insert-rows

For a complete example in Java, see:

- [Build a simple CRUD app with TiDB and JDBC](/develop/dev-guide-sample-application-java-jdbc.md#step-2-get-the-code)
- [Build a simple CRUD app with TiDB and Hibernate](/develop/dev-guide-sample-application-java-hibernate.md#step-2-get-the-code)
- [Build the TiDB app using Spring Boot](/develop/dev-guide-sample-application-java-spring-boot.md)
- [Connect to TiDB with JDBC](/develop/dev-guide-sample-application-java-jdbc.md)
- [Connect to TiDB with Hibernate](/develop/dev-guide-sample-application-java-hibernate.md)
- [Connect to TiDB with Spring Boot](/develop/dev-guide-sample-application-java-spring-boot.md)

</div>

Expand Down
Loading

0 comments on commit 8b572d1

Please sign in to comment.