Hi,
I want to develop an add-on plugin that will connect to external SQL server. I wanted to know to do that where do I need to place my .jar files?
I have written the dependency in pom.xml but I am getting class not found the exception for com.microsoft.sqlserver.jdbc.SQLServerDriver
Thanks.