Files
doris/samples/connect/java/client
Zhengguo Yang 4bdeef3b64 [chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog plugin error (#7804)
1. fix problems when build fe_plugins
2. format
3. add docs about dump data using mysql dump
2022-01-26 09:11:23 +08:00
..

How to use:

1. mvn package
2. java -jar client.jar

What can this demo do:

This is a java demo for doris client, you can test basic function such as
connection, CRUD of your doris. You should install maven prior to run
this demo.