From 5a6ada817e6c8d32ecf6993db0ac65839358c600 Mon Sep 17 00:00:00 2001 From: CVSz Date: Wed, 16 Nov 2016 18:05:17 +0700 Subject: Add lib for Microsoft JDBC Drivers with maven [INFO] Copying mssql-jdbc-6.1.0.jre8.jar to /root/traccar/target/lib/mssql-jdbc-6.1.0.jre8.jar sample config for mssql lib/mssql-jdbc-6.1.0.jre8.jar com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc:sqlserver://[serverName][\instanceName];user=[userName];password=[password];databaseName=[database]; [userName] [password] --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 24c3b442e..6e63bf0f7 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,11 @@ jxls-poi 1.0.11 + + com.microsoft.sqlserver + mssql-jdbc + 6.1.0.jre8 + -- cgit v1.2.3