How to configure jTDS logging when imported via Maven? -
i'd know how can configure jtds logging when it's imported via maven dependency.
thanks in advance.
add dependency in pom.xml, shown below
<dependency> <groupid>net.sourceforge.jtds</groupid> <artifactid>jtds</artifactid> <version>1.2.8</version> </dependency>
Comments
Post a Comment