How to connect tigergraph db by jdbc in springboot?

hi,my friends,a question from China.
now my project want to transfor NLP data from mongodb to tigergraph by jdbc,but i cannot search any information from google,such as jdbc driver,connection string ,and so on .
my question is where can i download the jdbc driver for tigergraph and how to connect tigergraph in springboot.
is there any body could help me .
thanks

finally,i find the answer at:

and the connection code in the part [ Minimum viable snippet].
hope that can help other buddies who meet the same question .

1 Like

dependency in pom.xml:

com.tigergraph
tigergraph-jdbc-driver
1.3.5

1 Like

Thanks for sharing the answer, @zarchary! :tiger:

1 Like