Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 524 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 524 Bytes

Introduction

TDHS-JAVA-CLIENT is a practical TDH_Socket(https://github.com/taobao/TDH_Socket) client for Java. TDH_Socket is a MySQL plugin developed by me.

If you are using maven to build your project,you can try it by:

<dependency>
    <groupId>com.taobao</groupId>
    <artifactId>tdhs-java-client</artifactId>
    <version>0.4.1</version>
</dependency>