When I use springboot+mybatis to connect TDengine, there is an exception:
java.lang.UnsatisfiedLinkError: 'com.taosdata.jdbc.TSDBException com.taosdata.jdbc.TSDBJNIConnector.setConfigImp(java.lang.String)'
My environment:
System: MacOS TDengine client version: 3.0.1.6 TDengine server version : 3.0.1.6
However when I try to load the library directly, it's ok.
System.loadLibrary("taos");
error report:
I don't know how to fix it.