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

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -