Skip to content
New issue

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

translate: simplify examples for java documents from the docs-cn (#14716) #14777

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading