I am trying to configure the TDengine JDBC connector on my own pc, following the documentation: https://www.taosdata.com/en/documentation/connector/java However, the project fail to start:
Error creating bean with name 'tdengineDataSource' defined in class path resource
[com/protontek/ecgrealtime/webapi/config/datasource/DataSourceConfig.class]:
Bean instantiation via factory method failed; nested exception is
org.springframework.beans.BeanInstantiationException: Failed to instantiate
[javax.sql.DataSource]: Factory method 'tdengineDataSource' threw exception;
nested exception is java.lang.UnsatisfiedLinkError: no taos in java.library.path
I have saved 'taos.dll' file in my library path, and the error still there. Could anyone help?